FollowPathConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.FollowPathConstraint(Constraint)

Lock motion to the target path

forward_axis

Axis that points forward along the path (default 'FORWARD_X')

Type:

Literal[‘FORWARD_X’, ‘FORWARD_Y’, ‘FORWARD_Z’, ‘TRACK_NEGATIVE_X’, ‘TRACK_NEGATIVE_Y’, ‘TRACK_NEGATIVE_Z’]

offset

Offset from the position corresponding to the time frame (in [-1.04857e+06, 1.04857e+06], default 0.0)

Type:

float

offset_factor

Percentage value defining target position along length of curve (in [-inf, inf], default 0.0)

Type:

float

target

Target Curve object

Type:

Object

up_axis

Axis that points upward (default 'UP_X')

Type:

Literal[‘UP_X’, ‘UP_Y’, ‘UP_Z’]

use_curve_follow

Object will follow the heading and banking of the curve (default False)

Type:

bool

use_curve_radius

Object is scaled by the curve radius (default False)

Type:

bool

use_fixed_location

Object will stay locked to a single point somewhere along the length of the curve regardless of time (default False)

Type:

bool

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.Struct

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

Inherited Properties

Inherited Functions