Skip to content

Animation and Keyframes

joshuabloemer edited this page Nov 29, 2020 · 5 revisions

Animation and Keyframes

[ improvement needed ]

add_keyframe(path, property, frame)

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')

remove_keyframe(keyframe)

Deletes the provided Keyframe

Clone this wiki locally