AnimVizMotionPaths(bpy_struct)¶
base class — bpy_struct
- class bpy.types.AnimVizMotionPaths(bpy_struct)¶
Motion Path settings for animation visualization
- bake_location¶
When calculating Bone Paths, use Head or Tips (default
'TAILS')- Type:
Literal[Motionpath Bake Location Items]
- frame_after¶
Number of frames to show after the current frame (only for ‘Around Frame’ Onion-skinning method) (in [1, 524287], default 0)
- Type:
int
- frame_before¶
Number of frames to show before the current frame (only for ‘Around Frame’ Onion-skinning method) (in [1, 524287], default 0)
- Type:
int
- frame_end¶
End frame of range of paths to display/calculate (not for ‘Around Frame’ Onion-skinning method) (in [-inf, inf], default 0)
- Type:
int
- frame_start¶
Starting frame of range of paths to display/calculate (not for ‘Around Frame’ Onion-skinning method) (in [-inf, inf], default 0)
- Type:
int
- frame_step¶
Number of frames between paths shown (not for ‘On Keyframes’ Onion-skinning method) (in [1, 100], default 0)
- Type:
int
- has_motion_paths¶
Are there any bone paths that will need updating (read-only) (default False, readonly)
- Type:
bool
- range¶
Type of range to calculate for Motion Paths (default
'SCENE')- Type:
Literal[Motionpath Range Items]
- show_frame_numbers¶
Show frame numbers on Motion Paths (default False)
- Type:
bool
- show_keyframe_action_all¶
For bone motion paths, search whole Action for keyframes instead of in group with matching name only (is slower) (default False)
- Type:
bool
- show_keyframe_highlight¶
Emphasize position of keyframes on Motion Paths (default False)
- Type:
bool
- show_keyframe_numbers¶
Show frame numbers of Keyframes on Motion Paths (default False)
- Type:
bool
- type¶
Type of range to show for Motion Paths (default
'RANGE')- Type:
Literal[Motionpath Display Type Items]
- use_camera_space_bake¶
Motion path points will be baked into the camera space of the active camera. This means they will only look right when looking through that camera. Switching cameras using markers is not supported. (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: