GreasePencilFrame(bpy_struct)
base class — bpy_struct
- class bpy.types.GreasePencilFrame(bpy_struct)
A Grease Pencil keyframe
- drawing
A Grease Pencil drawing
- Type
- frame_number
The frame number in the scene
- Type
int in [-1048574, 1048574], default 0, (readonly)
- keyframe_type
Type of keyframe
KEYFRAME
Keyframe – Normal keyframe, e.g. for key poses.BREAKDOWN
Breakdown – A breakdown pose, e.g. for transitions between key poses.MOVING_HOLD
Moving Hold – A keyframe that is part of a moving hold.EXTREME
Extreme – An ‘extreme’ pose, or some other purpose as needed.JITTER
Jitter – A filler or baked keyframe for keying on ones, or some other purpose as needed.GENERATED
Generated – A key generated automatically by a tool, not manually created.
- Type
enum in [
'KEYFRAME'
,'BREAKDOWN'
,'MOVING_HOLD'
,'EXTREME'
,'JITTER'
,'GENERATED'
], default"'KEYFRAME'"
- select
Frame Selection in the Dope Sheet
- Type
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters
id (str) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters
id (str) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type