Shaun R
sideeffectsuser
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
How to pre-set the render output for Redshift and Mantra 2017年8月2日10:31
Cheers.
For anyone else who may stumble upon this thread, here's how I did it:
For anyone else who may stumble upon this thread, here's how I did it:
output = "//server/my_special_location/$FILM`_`$SHOT`_`$VERSION`_`$OS.$AOV.$F6.exr" for outNode in hou.node("/out").allSubChildren(): ROPNode = outNode.type().name() if "Redshift_ROP" in str(ROPNode): ROPNodeName = "/out/" + str(outNode) hou.node(ROPNodeName).parm("RS_outputEnable").set(True) hou.node(ROPNodeName).parm("RS_outputFileNamePrefix").set(output)
How to pre-set the render output for Redshift and Mantra 2017年8月1日8:13
Hi there,
I'm looking at having a little function in Houdini that pre populates the “Output Picture” for Mantra nodes and “Filename Prefix” for Redshift nodes (based on scene location).
…I'm essentially after a way to edit the paramaters using python..
Will Houdini allow me to do this? …anyone know?
Cheers
I'm looking at having a little function in Houdini that pre populates the “Output Picture” for Mantra nodes and “Filename Prefix” for Redshift nodes (based on scene location).
…I'm essentially after a way to edit the paramaters using python..
Will Houdini allow me to do this? …anyone know?
Cheers
Creating a custom saver 2017年6月6日8:47
All done.
For those who stumble upon this thread for the same reason, please head here and follow this “FontDemo” example:
http://www.sidefx.com/docs/houdini/hom/cb/qt [www.sidefx.com]
It was enough to get me started.
For those who stumble upon this thread for the same reason, please head here and follow this “FontDemo” example:
http://www.sidefx.com/docs/houdini/hom/cb/qt [www.sidefx.com]
It was enough to get me started.