Luke Franceschini

lfranceschini

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

hou.GeometryDrawable not displaying in /obj June 18, 2020, 1:40 p.m.

Okay, does setting the when the drawable is shown give you enough control over when the object is drawn, or is there a case where that doesn't suffice?

https://www.sidefx.com/docs/houdini/hom/hou/SimpleDrawable.html#show [www.sidefx.com]

hou.GeometryDrawable not displaying in /obj June 17, 2020, 3:26 p.m.

oh sorry, your post says GeometryDrawable, but my brain read it as SimpleDrawable! If you need a quick workaround, the SimpleDrawable should currently work at the obj level. Thanks for the bug report.

hou.GeometryDrawable not displaying in /obj June 17, 2020, 2:40 p.m.

How are you providing the geometry to the drawable? The geometry drawable needs to get it's geometry from a sop node, so you need to make sure that you pass it the geometry from the sops inside of an object and not from an obj node.