JordanWalsh

JordanWalsh

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Creating an HDA that Instantiates Multiple Nodes at Once May 10, 2024, 3:31 a.m.

you can do this in the onCreate script of the initial HDA too..

Houdini render volume with depth March 18, 2020, 9:34 a.m.

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]

Packed Disk Sequence Questions Feb. 22, 2019, 4:12 a.m.

So im building my own code to handle subframes and the index. All is going well but seems the python code errors:

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?