Blender V2.61 - r43446
|
#include <DNA_action_types.h>
Public Attributes | |
struct bActionChannel * | next |
struct bActionChannel * | prev |
bActionGroup * | grp |
struct Ipo * | ipo |
ListBase | constraintChannels |
int | flag |
char | name [64] |
int | temp |
Definition at line 664 of file DNA_action_types.h.
Definition at line 669 of file DNA_action_types.h.
Referenced by action_to_animato(), direct_link_action(), expand_action(), and lib_link_action().
Definition at line 671 of file DNA_action_types.h.
Definition at line 666 of file DNA_action_types.h.
Referenced by direct_link_action().
struct Ipo* bActionChannel::ipo |
Definition at line 668 of file DNA_action_types.h.
Referenced by action_to_animato(), expand_action(), and lib_link_action().
char bActionChannel::name[64] |
Definition at line 672 of file DNA_action_types.h.
Referenced by action_to_animato(), and joined_armature_fix_links().
struct bActionChannel* bActionChannel::next |
Definition at line 665 of file DNA_action_types.h.
Referenced by action_to_animato(), direct_link_action(), expand_action(), joined_armature_fix_links(), and lib_link_action().
struct bActionChannel * bActionChannel::prev |
Definition at line 665 of file DNA_action_types.h.
Definition at line 673 of file DNA_action_types.h.