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.
You currently have no notifications.
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.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
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.