Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct bConstraintChannel * | next |
struct bConstraintChannel * | prev |
struct Ipo * | ipo |
short | flag |
char | name [30] |
Definition at line 46 of file DNA_constraint_types.h.
short bConstraintChannel::flag |
Definition at line 49 of file DNA_constraint_types.h.
struct Ipo* bConstraintChannel::ipo |
Definition at line 48 of file DNA_constraint_types.h.
Referenced by action_to_animato(), do_versions_ipos_to_animato(), expand_constraint_channels(), and lib_link_constraint_channels().
char bConstraintChannel::name[30] |
Definition at line 50 of file DNA_constraint_types.h.
Referenced by action_to_animato(), and do_versions_ipos_to_animato().
Definition at line 47 of file DNA_constraint_types.h.
Referenced by action_to_animato(), do_versions_ipos_to_animato(), expand_constraint_channels(), and lib_link_constraint_channels().
Definition at line 47 of file DNA_constraint_types.h.