gemini Posted February 5, 2019 Share Posted February 5, 2019 (edited) Hi, How can i get the actual parameter name ( or the parameter object ) from a parameter when using python expression on it. I mean something like this: hou.parm('.').name() but not works. In an object hou.pwd() but i need It on a parameter. THX! G Edited February 5, 2019 by gemini Quote Link to comment Share on other sites More sharing options...
Alain2131 Posted February 5, 2019 Share Posted February 5, 2019 See this page print node.parm("theParm").description() Quote Link to comment Share on other sites More sharing options...
gemini Posted February 6, 2019 Author Share Posted February 6, 2019 (edited) Thanks, but i think it's not what i needed. If I set an python expression on a parameter how can I get the owner parameter ( parameter object, and its name in my case ) , like this hou.pwd() but in my case as a parameter. G Edited February 6, 2019 by gemini Quote Link to comment Share on other sites More sharing options...
vtrvtr Posted February 6, 2019 Share Posted February 6, 2019 I always thought that wasn't a thing, but it turns out it is. What you want is Quote hou.evaluatingParm http://www.sidefx.com/docs/houdini16.5/hom/hou/evaluatingParm 1 Quote Link to comment Share on other sites More sharing options...
gemini Posted February 7, 2019 Author Share Posted February 7, 2019 That is it. Thanks ! 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.