KeyingSet(bpy_struct)

base class — bpy_struct

class bpy.types.KeyingSet(bpy_struct)

Settings that should be keyframed together

is_path_absolute

Keying Set defines specific paths/settings to be keyframed (i.e. is not reliant on context info)

Type :boolean, default False, (readonly)
name
Type :string, default “”
paths

Keying Set Paths to define settings that get keyframed together

Type :KeyingSetPaths collection of KeyingSetPath, (readonly)
type_info

Callback function defines for built-in Keying Sets

Type :KeyingSetInfo, (readonly)
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

Inherited Properties

Inherited Functions

References

Previous topic

Keyframe(bpy_struct)

Next topic

KeyingSetInfo(bpy_struct)