|
Blender
V2.93
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| float | offset |
| float | offset_fac |
| int | followflag |
| short | trackflag |
| short | upflag |
Definition at line 375 of file DNA_constraint_types.h.
| int bFollowPathConstraint::followflag |
Definition at line 384 of file DNA_constraint_types.h.
| float bFollowPathConstraint::offset |
Offset in time on the path (in frames), when NOT using 'fixed position'.
Definition at line 380 of file DNA_constraint_types.h.
| float bFollowPathConstraint::offset_fac |
Parametric offset factor defining position along path, when using 'fixed position'.
Definition at line 382 of file DNA_constraint_types.h.
| struct Object* bFollowPathConstraint::tar |
Must be path object.
Definition at line 377 of file DNA_constraint_types.h.
| short bFollowPathConstraint::trackflag |
Definition at line 386 of file DNA_constraint_types.h.
| short bFollowPathConstraint::upflag |
Definition at line 387 of file DNA_constraint_types.h.