I sometimes use the bbox expression to reference the dimensions of an object in a group node to create a primitive group by bounding object.
I'm trying to create a preset to speed up the process of creating this kind of group. So i'm trying the operator path parameter set to string. see below image. it seems like this should work the same as the above image but it Chanel expression returns the dimensions of input 0. not the bbox of the object in the path field.
can someone enplane how this could work?
Hello,
What's the class to create an "Operator Path" parameter in python?
group.addParmTemplate(hou.FloatParmTemplate("myparam", "My Param", 1)) will create a float type parameter
What would create an Operator Path parameter?