Alexey Vanzhula Posted June 19, 2014 Share Posted June 19, 2014 I have two connected parameters. Expression with reference on to other. What is python equivalent to 'Delete Channels' in RMB menu ? How to remove reference from parm ? Quote Link to comment Share on other sites More sharing options...
edward Posted June 19, 2014 Share Posted June 19, 2014 In Houdini, expressions are merely functions for keyframes. So: hou.Parm.deleteAllKeyframes() Quote Link to comment Share on other sites More sharing options...
Alexey Vanzhula Posted June 19, 2014 Author Share Posted June 19, 2014 Hm... I tried deleteAllKeyframes but it also disconnects parms from selectors in sops Quote Link to comment Share on other sites More sharing options...
edward Posted June 19, 2014 Share Posted June 19, 2014 Sorry, I don't understand what you're after then. Say parameter A has the expression ch("../path/to/B"), then deleting the keys on A will naturally cause it to not be affected by B anymore. I'm not sure what this has to do with selectors? (Or how does deleteAllKeyframes() differs from RMB > Delete Channel). 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.