|
Blender
V2.93
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct bConstraintChannel * | next |
| struct bConstraintChannel * | prev |
| struct Ipo * | ipo |
| short | flag |
| char | name [30] |
Definition at line 41 of file DNA_constraint_types.h.
| short bConstraintChannel::flag |
Definition at line 44 of file DNA_constraint_types.h.
| struct Ipo* bConstraintChannel::ipo |
Definition at line 43 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
| char bConstraintChannel::name[30] |
Definition at line 45 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
| struct bConstraintChannel* bConstraintChannel::next |
Definition at line 42 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
| struct bConstraintChannel * bConstraintChannel::prev |
Definition at line 42 of file DNA_constraint_types.h.