Package bpy :: Module types :: Class FollowPathConstraint
[hide private]
[frames] | no frames]

Class FollowPathConstraint


The Follow Path Constraint Object

Locks motion to the target path.

(no references to this struct found)

Instance Variables [hide private]
boolean active
Constraint is the one being edited (Inherited from bpy.types.Constraint)
boolean (readonly) disabled
Constraint has invalid settings and will not be evaluated. (Inherited from bpy.types.Constraint)
boolean expanded
Constraint's panel is expanded in UI. (Inherited from bpy.types.Constraint)
enum forward
Axis that points forward along the path.
float in [0, 1] influence
Amount of influence constraint will have on the final solution. (Inherited from bpy.types.Constraint)
float (readonly) in [-inf, inf] lin_error
Amount of residual error in Blender space unit for constraints that work on position. (Inherited from bpy.types.Constraint)
string name
Name (maximum length of 30) (Inherited from bpy.types.Constraint)
int in [-300000, 300000] offset
Offset from the position corresponding to the time frame.
float in [0, 1] offset_factor
Percentage value defining target position along length of bone.
enum owner_space
Space that owner is evaluated in. (Inherited from bpy.types.Constraint)
boolean proxy_local
Constraint was added in this proxy instance (i.e. (Inherited from bpy.types.Constraint)
float (readonly) in [-inf, inf] rot_error
Amount of residual error in radiant for constraints that work on orientation. (Inherited from bpy.types.Constraint)
Object target
Target Object
enum target_space
Space that target is evaluated in. (Inherited from bpy.types.Constraint)
enum (readonly) type
Type in... (Inherited from bpy.types.Constraint)
enum up
Axis that points upward.
boolean use_curve_follow
Object will follow the heading and banking of the curve.
boolean use_curve_radius
Objects scale by the curve radius.
boolean use_fixed_position
Object will stay locked to a single point somewhere along the length of the curve regardless of time.
Instance Variable Details [hide private]

forward

Axis that points forward along the path. in...
  • FORWARD_X
  • FORWARD_Y
  • FORWARD_Z
  • TRACK_NEGATIVE_X
  • TRACK_NEGATIVE_Y
  • TRACK_NEGATIVE_Z
Type:
enum

up

Axis that points upward. in...
  • UP_X
  • UP_Y
  • UP_Z
Type:
enum