MotionPath(bpy_struct)

base class — bpy_struct

class bpy.types.MotionPath(bpy_struct)

Cache of the worldspace positions of an element over a frame range

frame_end

End frame of the stored range

Type:int in [-inf, inf], default 0, (readonly)
frame_start

Starting frame of the stored range

Type:int in [-inf, inf], default 0, (readonly)
is_modified

Path is being edited

Type:boolean, default False
length

Number of frames cached

Type:int in [-inf, inf], default 0, (readonly)
points

Cached positions per frame

Type:bpy_prop_collection of MotionPathVert, (readonly)
use_bone_head

For PoseBone paths, use the bone head location when calculating this path

Type:boolean, default False, (readonly)

Inherited Properties

Inherited Functions

References