Luke Franceschini

lfranceschini

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

hou.GeometryDrawable not displaying in /obj 2020年6月18日13:40

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 2020年6月17日15:26

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 2020年6月17日14:40

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.