-
Notifications
You must be signed in to change notification settings - Fork 68
Animation and Keyframes
joshuabloemer edited this page Nov 29, 2020
·
5 revisions
[ improvement needed ]
Adds a new Keyframe at the given frame and returns it. If no frame is provided it uses the current frame.
Path is the reference to the data that contains the property and property is the name of the property(string).
To insert a keyframe for the location of the selected object at the current frame:
add_keyframe(ao(),'location')
Deletes the provided Keyframe