|
Blender
V2.59
|
#include <DNA_action_types.h>
Public Attributes | |
| struct bActionChannel * | next |
| struct bActionChannel * | prev |
| bActionGroup * | grp |
| struct Ipo * | ipo |
| ListBase | constraintChannels |
| int | flag |
| char | name [32] |
| int | temp |
Definition at line 660 of file DNA_action_types.h.
Definition at line 665 of file DNA_action_types.h.
Referenced by action_to_animato(), direct_link_action(), expand_action(), and lib_link_action().
Definition at line 667 of file DNA_action_types.h.
Definition at line 662 of file DNA_action_types.h.
Referenced by direct_link_action().
| struct Ipo* bActionChannel::ipo |
Definition at line 664 of file DNA_action_types.h.
Referenced by action_to_animato(), expand_action(), and lib_link_action().
| char bActionChannel::name[32] |
Definition at line 668 of file DNA_action_types.h.
Referenced by action_to_animato(), and joined_armature_fix_links().
| struct bActionChannel* bActionChannel::next |
Definition at line 661 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 661 of file DNA_action_types.h.
Definition at line 669 of file DNA_action_types.h.