base classes — bpy_struct, Constraint
Lock motion to the target path
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 from the position corresponding to the time frame
| Type: | float in [-300000, 300000], default 0.0 |
|---|
Percentage value defining target position along length of curve
| Type: | float in [0, 1], default 0.0 |
|---|
Axis that points upward
| Type: | enum in [‘UP_X’, ‘UP_Y’, ‘UP_Z’], default ‘UP_X’ |
|---|
Object will follow the heading and banking of the curve
| Type: | boolean, default False |
|---|
Object is scaled by the curve radius
| Type: | boolean, default False |
|---|
Object will stay locked to a single point somewhere along the length of the curve regardless of time
| Type: | boolean, default False |
|---|
Inherited Properties
Inherited Functions