Blender
V3.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 25 of file DNA_constraint_types.h.
short bConstraintChannel::flag |
Definition at line 28 of file DNA_constraint_types.h.
struct Ipo* bConstraintChannel::ipo |
Definition at line 27 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
char bConstraintChannel::name[30] |
Definition at line 29 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
struct bConstraintChannel* bConstraintChannel::next |
Definition at line 26 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
struct bConstraintChannel * bConstraintChannel::prev |
Definition at line 26 of file DNA_constraint_types.h.