|
Blender
V2.93
|
#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 |
Definition at line 37 of file DNA_nla_types.h.
| char bActionModifier::channel[32] |
Definition at line 40 of file DNA_nla_types.h.
| short bActionModifier::channels |
Definition at line 44 of file DNA_nla_types.h.
| short bActionModifier::flag |
Definition at line 39 of file DNA_nla_types.h.
| struct bActionModifier* bActionModifier::next |
Definition at line 38 of file DNA_nla_types.h.
| short bActionModifier::no_rot_axis |
Definition at line 47 of file DNA_nla_types.h.
| float bActionModifier::noisesize |
Definition at line 43 of file DNA_nla_types.h.
| struct Object* bActionModifier::ob |
Definition at line 48 of file DNA_nla_types.h.
| struct bActionModifier * bActionModifier::prev |
Definition at line 38 of file DNA_nla_types.h.
| float bActionModifier::turbul |
Definition at line 43 of file DNA_nla_types.h.
| short bActionModifier::type |
Definition at line 39 of file DNA_nla_types.h.