kgoossens Posted January 31, 2012 Share Posted January 31, 2012 Hi all, Is there a python function or method to "promote material parameters" from a collapsed node? Cheers Quote Link to comment Share on other sites More sharing options...
graham Posted January 31, 2012 Share Posted January 31, 2012 Unfortunately you'll have to roll your own UI promoting code, but it's fairly straightforward using hou.ParmTemplateGroups. Quote Link to comment Share on other sites More sharing options...
kgoossens Posted February 1, 2012 Author Share Posted February 1, 2012 (edited) Unfortunately you'll have to roll your own UI promoting code, but it's fairly straightforward using hou.ParmTemplateGroups. Thanks Graham, I have found a shorter solution after looking into the hscript functions. hou.hscript('shoppromote "path"') did exactly what I was looking for. Edited February 1, 2012 by kgoossens 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.