magneto Posted October 4, 2012 Share Posted October 4, 2012 (edited) Hi, Anyone knows what this error mean? I get it in this line: myParmTuple.deleteAllKeyframes() It's an integer[1] parameter. I am not sure why it's giving me this error. I call this function even when there are no keyframes, or references. Do I have to check for it first? The docs do not mention any exceptions about this function. Thanks Edited October 4, 2012 by magneto Quote Link to comment Share on other sites More sharing options...
graham Posted October 5, 2012 Share Posted October 5, 2012 This appears to be a Houdini bug and I've logged it as #51451. As a workaround you can do the following, as denoted in the help for the function: for parm in myParmTuple: parm.deleteAllKeyframes() 1 Quote Link to comment Share on other sites More sharing options...
magneto Posted October 5, 2012 Author Share Posted October 5, 2012 Thanks Graham, you saved the day again 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.