Hello world Posted October 30, 2011 Share Posted October 30, 2011 I have been trying to hide the default parameters in hda.But for somereason its not work hou.HDADefinition.hideDefaultParameters(h) where h was pointing to the digital asset i created please correct me if im wrong.thanks Quote Link to comment Share on other sites More sharing options...
graham Posted October 30, 2011 Share Posted October 30, 2011 (edited) This parameter no longer works in Houdini. It is for backwards compatibility with old assets. There is no way to automatically hide default parameters anymore. You'll need to manually hide any parms/folders you do not want to be shown, using either the interface or scripting. Edited October 30, 2011 by graham Quote Link to comment Share on other sites More sharing options...
Hello world Posted October 30, 2011 Author Share Posted October 30, 2011 This parameter no longer works in Houdini. It is for backwards compatibility with old assets. There is no way to automatically hide default parameters anymore. You'll need to manually hide any parms/folders you do not want to be shown, using either the interface or scripting. could you tell me any code snippets with scripting that hides parms in hda? Quote Link to comment Share on other sites More sharing options...
Erik_JE Posted October 30, 2011 Share Posted October 30, 2011 Loop through the parameters and check if they are visible. If so then http://www.sidefx.com/docs/houdini11.1/hom/hou/ParmTemplate#hide 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.