|
Blender V4.5
|
#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 1119 of file DNA_action_types.h.
| ListBase bActionChannel::constraintChannels |
Constraint Channels (when Action Channel represents an Object or Bone).
Definition at line 1127 of file DNA_action_types.h.
| int bActionChannel::flag |
Settings accessed via bitmapping.
Definition at line 1130 of file DNA_action_types.h.
| bActionGroup* bActionChannel::grp |
Action Group this Action Channel belongs to.
Definition at line 1122 of file DNA_action_types.h.
| struct Ipo* bActionChannel::ipo |
IPO block this action channel references.
Definition at line 1125 of file DNA_action_types.h.
| char bActionChannel::name[64] |
Channel name.
Definition at line 1132 of file DNA_action_types.h.
Referenced by action_flip_pchan(), and get_rna_access().
| struct bActionChannel* bActionChannel::next |
Definition at line 1120 of file DNA_action_types.h.
| struct bActionChannel * bActionChannel::prev |
Definition at line 1120 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 1134 of file DNA_action_types.h.