J_rom Posted August 23, 2019 Share Posted August 23, 2019 Hi all, I'm writing a little python script to change some geometry values and it's working only if I declare the parameter name. hou.node("../subnet1/").parm("L_ear_shape01") But since I've about 20 custom parameters (could be more), to be passed to a function, the current parameter should be returned as soon as I change it's value, either by sliding the slider or roll the mouse button over it's text field. If there is anything like this it would be great: hou.node("../subnet1/").parm( #CURRENTLY_MANIPULATED_PARAMETER# ) I tried the following code at the very top of the script, but it returned None once. hou.evaluatingParm Is there away to get which parameter is being manipulated? Quote Link to comment Share on other sites More sharing options...
J_rom Posted August 23, 2019 Author Share Posted August 23, 2019 I think I found a way: https://www.sidefx.com/forum/topic/61608/ 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.