Albert Rizov
AlbertR
About Me
専門知識
Developer
業界:
Film/TV
Connect
LOCATION
Russian Federation
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Name of the active render node 2012年8月31日4:02
Hi, Jordi
Well as information about the activity nodes can be obtained if prescribe import hou; print hou.pwd () in the preframe script field
Well as information about the activity nodes can be obtained if prescribe import hou; print hou.pwd () in the preframe script field
JordiHerreroAlbertR
Hi, all.
When mantra nodes are connected in series, rendering is also sequential if run from the last mantra node. How do I get a name node which now produces render (c++ or python).
Thanks
In python I think what you need is that:
To get the object:
hou.node('node_name').renderNode()
And it's name:
hou.node('node_name').renderNode().name()
Greetings,
Jordi.
Name of the active render node 2012年8月28日8:50
Hi, all.
When mantra nodes are connected in series, rendering is also sequential if run from the last mantra node. How do I get a name node which now produces render (c++ or python).
Thanks
When mantra nodes are connected in series, rendering is also sequential if run from the last mantra node. How do I get a name node which now produces render (c++ or python).
Thanks
Unlock parameter from Edit Parameter Interface 2011年10月4日12:03
Hi, All
How can I unlock parameter from Edit Parameter Interface dialog to modify it's value?
Ex. I need to add another parameter in Valid Frame Range.
How can I unlock parameter from Edit Parameter Interface dialog to modify it's value?
Ex. I need to add another parameter in Valid Frame Range.