Blender
V3.3
|
#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 949 of file DNA_action_types.h.
ListBase bActionChannel::constraintChannels |
Constraint Channels (when Action Channel represents an Object or Bone).
Definition at line 957 of file DNA_action_types.h.
Referenced by action_to_animato().
int bActionChannel::flag |
Settings accessed via bitmapping.
Definition at line 960 of file DNA_action_types.h.
bActionGroup* bActionChannel::grp |
Action Group this Action Channel belongs to.
Definition at line 952 of file DNA_action_types.h.
struct Ipo* bActionChannel::ipo |
IPO block this action channel references.
Definition at line 955 of file DNA_action_types.h.
Referenced by action_to_animato().
char bActionChannel::name[64] |
Channel name, MAX_NAME.
Definition at line 962 of file DNA_action_types.h.
Referenced by action_to_animato().
struct bActionChannel* bActionChannel::next |
Definition at line 950 of file DNA_action_types.h.
Referenced by action_to_animato().
struct bActionChannel * bActionChannel::prev |
Definition at line 950 of file DNA_action_types.h.
int bActionChannel::temp |
Temporary setting - may be used to indicate group that channel belongs to during syncing.
Definition at line 964 of file DNA_action_types.h.