base class — bpy_struct
subclasses — LocRotScale, Location, WholeCharacter, Scaling, Available, Rotation
Callback function defines for builtin Keying Sets
A short description of the keying set
Type : | string, default “”, (never None) |
---|
If this is set, the Keying Set gets a custom ID, otherwise it takes the name of the class used to define the Keying Set (for example, if the class name is “BUILTIN_KSI_location”, and bl_idname is not set by the script, then bl_idname = “BUILTIN_KSI_location”)
Type : | string, default “”, (never None) |
---|
Type : | string, default “”, (never None) |
---|
Keying set options
Type : | enum set in {‘INSERTKEY_NEEDED’, ‘INSERTKEY_VISUAL’, ‘INSERTKEY_XYZ_TO_RGB’}, default {‘INSERTKEY_NEEDED’} |
---|
Test if Keying Set can be used or not
Return type: | boolean |
---|
Call generate() on the structs which have properties to be keyframed
Add Paths to the Keying Set to keyframe the properties of the given data
Inherited Properties
Inherited Functions
|
References