|
Blender
V2.59
|
#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 44 of file DNA_nla_types.h.
| char bActionModifier::channel[32] |
Definition at line 47 of file DNA_nla_types.h.
Referenced by do_strip_modifiers().
Definition at line 51 of file DNA_nla_types.h.
Referenced by do_strip_modifiers().
| short bActionModifier::flag |
Definition at line 46 of file DNA_nla_types.h.
| struct bActionModifier* bActionModifier::next |
Definition at line 45 of file DNA_nla_types.h.
Referenced by build_dag_object(), do_strip_modifiers(), lib_link_nlastrips(), and unlink_object().
Definition at line 54 of file DNA_nla_types.h.
Referenced by do_strip_modifiers().
Definition at line 50 of file DNA_nla_types.h.
Referenced by do_strip_modifiers().
| struct Object* bActionModifier::ob |
Definition at line 55 of file DNA_nla_types.h.
Referenced by build_dag_object(), do_strip_modifiers(), lib_link_nlastrips(), and unlink_object().
| struct bActionModifier * bActionModifier::prev |
Definition at line 45 of file DNA_nla_types.h.
| float bActionModifier::turbul |
Definition at line 50 of file DNA_nla_types.h.
Referenced by do_strip_modifiers().
| short bActionModifier::type |
Definition at line 46 of file DNA_nla_types.h.
Referenced by do_strip_modifiers().