sibarrick Posted October 6, 2005 Share Posted October 6, 2005 Simple question how do you add a seperator to a PRM_Template? I can't seem to add one without Houdini crashing. Do you have to do anything special with them? Quote Link to comment Share on other sites More sharing options...
George Posted October 8, 2005 Share Posted October 8, 2005 Simple question how do you add a seperator to a PRM_Template? I can't seem to add one without Houdini crashing. Do you have to do anything special with them? 21694[/snapback] I don't think there's anything special... I think the first argument to the template has to be PRM_SEPARATOR. They all have to have unique PRM_Names unfortunately... how are you declaring them now? George. Quote Link to comment Share on other sites More sharing options...
sibarrick Posted October 8, 2005 Author Share Posted October 8, 2005 Ah, I missed PRM_SEPARATOR and only found PRM_TYPE_SEPARATOR. That seems to be the problem. I didn't look far enough in PRM_Type.h, oops. ta Quote Link to comment Share on other sites More sharing options...
George Posted October 9, 2005 Share Posted October 9, 2005 Ah yes, that would do it then. Without the PRM_TYPE_STRING, Houdini has no idea what kind of parameter it is. The current architecture forces all parameters to be either PRM_TYPE_ANIMATED, PRM_TYPE_STRING or PRM_TYPE_ORDINAL -- they all must be one of the three... the rest is just decoration George. 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.