|
Blender V4.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct bConstraintChannel * | next |
| struct bConstraintChannel * | prev |
| struct Ipo * | ipo |
| short | flag |
| char | name [30] |
Definition at line 21 of file DNA_constraint_types.h.
| short bConstraintChannel::flag |
Definition at line 24 of file DNA_constraint_types.h.
| struct Ipo* bConstraintChannel::ipo |
Definition at line 23 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
| char bConstraintChannel::name[30] |
Definition at line 25 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
| struct bConstraintChannel* bConstraintChannel::next |
Definition at line 22 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
| struct bConstraintChannel * bConstraintChannel::prev |
Definition at line 22 of file DNA_constraint_types.h.