Keyframe(bpy_struct)
base class — bpy_struct
- class bpy.types.Keyframe(bpy_struct)
Bezier curve point with two handles defining a Keyframe on an F-Curve
- amplitude
Amount to boost elastic bounces for ‘elastic’ easing
- Type
float in [0, inf], default 0.0
- back
Amount of overshoot for ‘back’ easing
- Type
float in [-inf, inf], default 0.0
- co
Coordinates of the control point
- Type
float array of 2 items in [-inf, inf], default (0.0, 0.0)
- co_ui
Coordinates of the control point. Note: Changing this value also updates the handles similar to using the graph editor transform operator
- Type
float array of 2 items in [-inf, inf], default (0.0, 0.0)
- easing
Which ends of the segment between this and the next keyframe easing interpolation is applied to
- Type
enum in Beztriple Interpolation Easing Items, default ‘AUTO’
- handle_left
Coordinates of the left handle (before the control point)
- Type
float array of 2 items in [-inf, inf], default (0.0, 0.0)
- handle_left_type
Handle types
- Type
enum in Keyframe Handle Type Items, default ‘FREE’
- handle_right
Coordinates of the right handle (after the control point)
- Type
float array of 2 items in [-inf, inf], default (0.0, 0.0)
- handle_right_type
Handle types
- Type
enum in Keyframe Handle Type Items, default ‘FREE’
- interpolation
Interpolation method to use for segment of the F-Curve from this Keyframe until the next Keyframe
- Type
enum in Beztriple Interpolation Mode Items, default ‘CONSTANT’
- period
Time between bounces for elastic easing
- Type
float in [-inf, inf], default 0.0
- select_control_point
Control point selection status
- Type
boolean, default False
- select_left_handle
Left handle selection status
- Type
boolean, default False
- select_right_handle
Right handle selection status
- Type
boolean, default False
- type
Type of keyframe (for visual purposes only)
- Type
enum in Beztriple Keyframe Type Items, default ‘KEYFRAME’
- classmethod bl_rna_get_subclass(id, default=None)
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Struct
subclass
Inherited Properties
Inherited Functions
References