ofer Posted April 23, 2007 Share Posted April 23, 2007 Hello! I'm looking for a command I can use in an hscript to trigger a sequence reload for two File COPs. Can it be done? Thanks. Quote Link to comment Share on other sites More sharing options...
stevenong Posted April 23, 2007 Share Posted April 23, 2007 Hi, You can bypass then un-bypass the File COPs: opset -b on /img/file1; opset -b on /img/file2 opset -b off /img/file1; opset -b off /img/file2 Or "click" on the Reload Sequence button: opparm -c /img/file1 reload; opparm -c /img/file2 reload Do "help opset" & "help opparm" in the textport for more information. Cheers! steven Quote Link to comment Share on other sites More sharing options...
ofer Posted April 24, 2007 Author Share Posted April 24, 2007 (edited) Thanks! I just figured the second method myself. But I have a strange problem, when I put a script as a post-frame script in a COP ROP File Output, the script doesn't run, and when trying to render a sequence, only the first frame is rendered. I am able to run my scripts when using a mantra ROP. Edited April 24, 2007 by ofer Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.