KeyingSetInfo(bpy_struct)

base class — bpy_struct

class bpy.types.KeyingSetInfo(bpy_struct)

Callback function defines for builtin Keying Sets

bl_idname
Type :string, default “”
bl_label
Type :string, default “”
bl_options

Keying set options

Type :enum set in {‘INSERTKEY_NEEDED’, ‘INSERTKEY_VISUAL’, ‘INSERTKEY_XYZ_TO_RGB’}, default {‘INSERTKEY_NEEDED’}
poll(context)

Test if Keying Set can be used or not

Return type:boolean
iterator(context, ks)

Call generate() on the structs which have properties to be keyframed

generate(context, ks, data)

Add Paths to the Keying Set to keyframe the properties of the given data

Inherited Properties

Inherited Functions

References

Previous topic

KeyingSet(bpy_struct)

Next topic

KeyingSetPath(bpy_struct)