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 “”
use_insertkey_needed

Only insert keyframes where they’re needed in the relevant F-Curves

Type :boolean, default False
use_insertkey_visual

Insert keyframes based on ‘visual transforms’

Type :boolean, default False
use_insertkey_xyz_to_rgb

Color for newly added transformation F-Curves (Location, Rotation, Scale) and also Color is based on the transform axis

Type :boolean, default False
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)