|
Blender V4.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct MovieClip * | clip |
| int | flag |
| char | _pad [4] |
| char | object [64] |
| float | invmat [4][4] |
| struct Object * | camera |
Definition at line 600 of file DNA_constraint_types.h.
| char bObjectSolverConstraint::_pad[4] |
Definition at line 603 of file DNA_constraint_types.h.
| struct Object* bObjectSolverConstraint::camera |
Definition at line 608 of file DNA_constraint_types.h.
| struct MovieClip* bObjectSolverConstraint::clip |
Definition at line 601 of file DNA_constraint_types.h.
Referenced by objectsolver_new_data().
| int bObjectSolverConstraint::flag |
Definition at line 602 of file DNA_constraint_types.h.
Referenced by objectsolver_evaluate().
| float bObjectSolverConstraint::invmat[4][4] |
Parent-inverse matrix to use.
Definition at line 607 of file DNA_constraint_types.h.
Referenced by objectsolver_evaluate().
| char bObjectSolverConstraint::object[64] |
MAX_NAME.
Definition at line 605 of file DNA_constraint_types.h.