Artur Mandas Posted February 6 Share Posted February 6 How do I force the ROP File Output to render a COP image matrix to a file when the network changes instead of manually pressing a button? I run operations in for-each loop and the COP is updated each iteration. Thank you in advance. Quote Link to comment Share on other sites More sharing options...
Artur Mandas Posted February 6 Author Share Posted February 6 Ok it seems I need to pipe back the COP context back into SOP context and try the File node, is this the route to take? Quote Link to comment Share on other sites More sharing options...
Artur Mandas Posted February 7 Author Share Posted February 7 Ok looks like I can do this with a python script, using render() method on a rop node. Is there a simplier way? Quote Link to comment Share on other sites More sharing options...
Artur Mandas Posted February 7 Author Share Posted February 7 Ok answering my own question, maybe someone will find it useful: place python sop in foreach block, and in there: your_cop_node.parm('execute').pressButton() 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.