Artur Mandas

arturmandas

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

[COPS] ROP File Output processed on network change 2024年2月7日8:11

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()

[COPS] ROP File Output processed on network change 2024年2月7日5:38

Ok looks like I can do this with a python script, using render() method on a rop node. Is there a simplier way?

[COPS] ROP File Output processed on network change 2024年2月7日3:07

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.