carthick Posted July 30, 2021 Share Posted July 30, 2021 (edited) i want to call a method when OTL's parameters are updated . that is easily done with the callback script . this works ... hou.node('.').hdaModule().blah() but i want the same method to be called when there is an event. in my case when the (input) connection is changed. the problem is the even doesnt recognize hou.node('.').. after a trying a few different things... kwargs seem to work. but now the method now needs to take in the kwarg arguments to work .. dummy.hdanc scene.hipnc here is a test scene & hda for reference ... can this be done cleaner / better ? Edited July 30, 2021 by carthick 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.