KeyingSetPath(bpy_struct)
base class — bpy_struct
- class bpy.types.KeyingSetPath(bpy_struct)
Path to a setting for use in a Keying Set
- array_index
Index to the specific setting if applicable (in [-inf, inf], default 0)
- Type:
int
- data_path
Path to property setting (default “”, never None)
- Type:
str
- group
Name of Action Group to assign setting(s) for this path to (default “”, never None)
- Type:
str
- group_method
Method used to define which Group-name to use (default
'NAMED')- Type:
Literal[Keyingset Path Grouping Items]
- id
ID-Block that keyframes for Keying Set should be added to (for Absolute Keying Sets only)
- Type:
- id_type
Type of ID-block that can be used (default
'OBJECT')- Type:
Literal[Id Type Items]
- use_entire_array
When an ‘array/vector’ type is chosen (Location, Rotation, Color, etc.), entire array is to be used (default False)
- Type:
bool
- use_insertkey_needed
Only insert keyframes where they’re needed in the relevant F-Curves (default False)
- Type:
bool
- use_insertkey_override_needed
Override default setting to only insert keyframes where they’re needed in the relevant F-Curves (default False)
- Type:
bool
- use_insertkey_override_visual
Override default setting to insert keyframes based on ‘visual transforms’ (default False)
- Type:
bool
- use_insertkey_visual
Insert keyframes based on ‘visual transforms’ (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