Artur Mandas
arturmandas
About Me
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Batch image import into COP/Copernicus 2024年7月29日5:41
Hi,
My goal is to import hundreds of small images and merge them into one bigger image, using different transformations and processing tasks. How can this be done effectively inside Houdini (can be via Python). Thanks in advance!
My goal is to import hundreds of small images and merge them into one bigger image, using different transformations and processing tasks. How can this be done effectively inside Houdini (can be via Python). Thanks in advance!
[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()
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?