Hey OpenRV Community,
Just wondering if anyone has come accross a way to not detect a sequence when loading a single image?
rv.commands.addSource(‘/somePath/anotherSudDirectory/anImage.1010.exr’) - Will autoDetect a sequence of frames.
I am tying to open annotations that are saved out back in. I am saving these in a non-sequential order, for example we just put some random numbers at the end of the file name which is automatically being picked up as a sequence by RV. So when I want to say this annotation is linked to this comment and have a user click the annotation and it load directly in the viewer I get the “first frame” in a sequence of unrelated images.
Thankyou!