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 (in [-1048574, 1048574], default 0, readonly)
- Type:
int
- keyframe_type
Type of keyframe (default
'KEYFRAME')KEYFRAMEKeyframe – Normal keyframe, e.g. for key poses.BREAKDOWNBreakdown – A breakdown pose, e.g. for transitions between key poses.MOVING_HOLDMoving Hold – A keyframe that is part of a moving hold.EXTREMEExtreme – An ‘extreme’ pose, or some other purpose as needed.JITTERJitter – A filler or baked keyframe for keying on ones, or some other purpose as needed.GENERATEDGenerated – A key generated automatically by a tool, not manually created.
- Type:
Literal[‘KEYFRAME’, ‘BREAKDOWN’, ‘MOVING_HOLD’, ‘EXTREME’, ‘JITTER’, ‘GENERATED’]
- select
Frame Selection in the Dope Sheet (default False)
- Type:
bool
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type