|
Blender V4.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 18 of file DNA_nla_types.h.
| char bActionModifier::channel[32] |
Definition at line 21 of file DNA_nla_types.h.
| short bActionModifier::channels |
Definition at line 25 of file DNA_nla_types.h.
| short bActionModifier::flag |
Definition at line 20 of file DNA_nla_types.h.
| struct bActionModifier* bActionModifier::next |
Definition at line 19 of file DNA_nla_types.h.
| short bActionModifier::no_rot_axis |
Definition at line 28 of file DNA_nla_types.h.
| float bActionModifier::noisesize |
Definition at line 24 of file DNA_nla_types.h.
| struct Object* bActionModifier::ob |
Definition at line 29 of file DNA_nla_types.h.
| struct bActionModifier * bActionModifier::prev |
Definition at line 19 of file DNA_nla_types.h.
| float bActionModifier::turbul |
Definition at line 24 of file DNA_nla_types.h.
| short bActionModifier::type |
Definition at line 20 of file DNA_nla_types.h.