Jump to content

Python Create Operator Path With Filter


DJDhrub

Recommended Posts

n = hou.node("/path/to/node")
g = n.parmTemplateGroup()
p = hou.StringParmTemplate("test", "Test", 1)
g.append(p)
n.setParmTemplateGroup(g)

So, the above code creates the first image, without the floating panel type chooser.

 

What I like to create is the second one. One with camera filter and other with geo filters. Can someone help me with it? didn't find anything so far, or may be looking in the wrong place.

Ignore the Label. Looking for some help here.

this is my first post, so!! 

question_02.JPG

question.JPG

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...