Blender
V3.3
|
#include <DNA_nla_types.h>
Public Attributes | |
struct bActionModifier * | next |
struct bActionModifier * | prev |
short | type |
short | flag |
char | channel [32] |
float | noisesize |
float | turbul |
short | channels |
short | no_rot_axis |
struct Object * | ob |
Simple uniform modifier structure, assumed it can hold all type info.
Definition at line 21 of file DNA_nla_types.h.
char bActionModifier::channel[32] |
Definition at line 24 of file DNA_nla_types.h.
short bActionModifier::channels |
Definition at line 28 of file DNA_nla_types.h.
short bActionModifier::flag |
Definition at line 23 of file DNA_nla_types.h.
struct bActionModifier* bActionModifier::next |
Definition at line 22 of file DNA_nla_types.h.
short bActionModifier::no_rot_axis |
Definition at line 31 of file DNA_nla_types.h.
float bActionModifier::noisesize |
Definition at line 27 of file DNA_nla_types.h.
struct Object* bActionModifier::ob |
Definition at line 32 of file DNA_nla_types.h.
struct bActionModifier * bActionModifier::prev |
Definition at line 22 of file DNA_nla_types.h.
float bActionModifier::turbul |
Definition at line 27 of file DNA_nla_types.h.
short bActionModifier::type |
Definition at line 23 of file DNA_nla_types.h.