DJDhrub Posted September 3, 2021 Share Posted September 3, 2021 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!! Quote Link to comment Share on other sites More sharing options...
DJDhrub Posted September 6, 2021 Author Share Posted September 6, 2021 found the answer, hou.StringParmTemplate("test", "Test", 1, string_type=hou.stringParmType.NodeReference) but still can't figure out how to do the filtering. anyone here? looking for some help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.