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

Type

enum in [‘FORWARD_X’, ‘FORWARD_Y’, ‘FORWARD_Z’, ‘TRACK_NEGATIVE_X’, ‘TRACK_NEGATIVE_Y’, ‘TRACK_NEGATIVE_Z’], default ‘FORWARD_X’

offset

Offset from the position corresponding to the time frame

Type

float in [-1.04857e+06, 1.04857e+06], default 0.0

offset_factor

Percentage value defining target position along length of curve

Type

float in [-inf, inf], default 0.0

target

Target Curve object

Type

Object

up_axis

Axis that points upward

Type

enum in [‘UP_X’, ‘UP_Y’, ‘UP_Z’], default ‘UP_X’

use_curve_follow

Object will follow the heading and banking of the curve

Type

boolean, default False

use_curve_radius

Object is scaled by the curve radius

Type

boolean, default False

use_fixed_location

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

Type

boolean, default False

classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions