How to script add key frame for a node or property?
tshaq80_752a50b069
Posts: 35
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.