How to script add key frame for a node or property?

Is there a way to add key frames using script? I see there's a deleteKeys() method in DzProperty. But I don't see how to add a key frame at a specified time frame.

Comments

  • setValue() can take a time and a value as well as a straight value, the former will create a key frame at the time given.

Sign In or Register to comment.