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
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:
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.Structsubclass
- 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