JordanWalsh
JordanWalsh
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Creating an HDA that Instantiates Multiple Nodes at Once 2024年5月10日3:31
you can do this in the onCreate script of the initial HDA too..
Houdini render volume with depth 2020年3月18日9:34
Zdepth makes no sense for semi transparent renders.. you will need to render out a deep camera map pass.
https://www.sidefx.com/docs/houdini/render/dcm.html [www.sidefx.com]
https://www.sidefx.com/docs/houdini/render/dcm.html [www.sidefx.com]
Packed Disk Sequence Questions 2019年2月22日4:12
So im building my own code to handle subframes and the index. All is going well but seems the python code errors:
returning this error:
Using setattrib in Vex is a workaround, but seems like this is a bug in python?
prim.setIntrinsicValue("filenames", files) // where files is a tuple of string filenames
returning this error:
return _hou.Prim_setIntrinsicValue(*args) OperationFailed: The attempted operation failed. Invalid number of elements for this intrinsic
Using setattrib in Vex is a workaround, but seems like this is a bug in python?