base class — bpy_struct
Motion Path settings for animation visualisation
When calculating Bone Paths, use Head or Tips
| Type : | enum in [‘HEADS’, ‘TAILS’], default ‘TAILS’ |
|---|
Number of frames to show after the current frame (only for ‘Around Current Frame’ Onion-skinning method)
| Type : | int in [1, 150000], default 0 |
|---|
Number of frames to show before the current frame (only for ‘Around Current Frame’ Onion-skinning method)
| Type : | int in [1, 150000], default 0 |
|---|
End frame of range of paths to display/calculate (not for ‘Around Current Frame’ Onion-skinning method)
| Type : | int in [-inf, inf], default 0 |
|---|
Starting frame of range of paths to display/calculate (not for ‘Around Current Frame’ Onion-skinning method)
| Type : | int in [-inf, inf], default 0 |
|---|
Number of frames between paths shown (not for ‘On Keyframes’ Onion-skinning method)
| Type : | int in [1, 100], default 0 |
|---|
Show frame numbers on Motion Paths
| Type : | boolean, default False |
|---|
For bone motion paths, search whole Action for keyframes instead of in group with matching name only (is slower)
| Type : | boolean, default False |
|---|
Emphasize position of keyframes on Motion Paths
| Type : | boolean, default False |
|---|
Show frame numbers of Keyframes on Motion Paths
| Type : | boolean, default False |
|---|
Type of range to show for Motion Paths
| Type : | enum in [‘CURRENT_FRAME’, ‘RANGE’], default ‘RANGE’ |
|---|
Inherited Properties
Inherited Functions
|
References