key-down--R Force Reload of Current Source does not appear functional #489
-
Firstly, thank you OpenRV developer(s) for all your hard work. Much appreciated. My workflow includes using OpenRV 2.0.0 on Windows to read a directory where frame images are being continuously rendered and I need to reopen the sequence regularly to include newly rendered frame images. I am attempting this with the Force Reload of Current Source using hotkey key-down--R which I am assuming is shift--R. That hotkey does not appear to reload the source sequence from disk. What am I doing wrong? Is there an automated way to have OpenRV automatically open the new frames that did not exist when I originally opened the sequence? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @StirlingGoetz, It looks like it the force reload (the reload() RV command which I just realized is not documented!) might not do what you want: reload(): OpenRV/src/lib/app/mu_rvui/commands.mud Line 398 in a2bfba4 But it looks like the loadChangedFrames() RV command might do the trick: It should be tied to control C key: Note that loadCurrentSourcesChangedFrames() calls loadChangedFrames(). OpenRV/src/lib/app/mu_rvui/rvui.mu Line 6176 in a2bfba4 Note that if this is still not doing what you expect it to do, then I would log a new Issue/Bug with all the repro steps so that we can look into it. Thanks! I hope this helps |
Beta Was this translation helpful? Give feedback.
Control-Shift-R and Control-Shift-C do reload the image sequence including new frames, but only if the range was originally opened with the total expected frames. This makes sense despite being less user friendly than with other playback tools.
If the existing image sequence name in the File -> Open dialog is opened it restricts the range to the currently rendered frames and reload hotkeys do nothing. For example, an image sequence with 2524 frames that has only rendered 2450 frames will default in the File -> Open dialog to SequenceName_1-2450#.png and neither hotkey will pick up on the fact that newly rendered frames exist. However, if the image sequence is opened with the name Sequence…