Blender V2.61 - r43446
|
#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 42 of file DNA_nla_types.h.
char bActionModifier::channel[32] |
Definition at line 45 of file DNA_nla_types.h.
Definition at line 49 of file DNA_nla_types.h.
short bActionModifier::flag |
Definition at line 44 of file DNA_nla_types.h.
struct bActionModifier* bActionModifier::next |
Definition at line 43 of file DNA_nla_types.h.
Referenced by build_dag_object(), lib_link_nlastrips(), and unlink_object().
Definition at line 52 of file DNA_nla_types.h.
Definition at line 48 of file DNA_nla_types.h.
struct Object* bActionModifier::ob |
Definition at line 53 of file DNA_nla_types.h.
Referenced by build_dag_object(), lib_link_nlastrips(), and unlink_object().
struct bActionModifier * bActionModifier::prev |
Definition at line 43 of file DNA_nla_types.h.
float bActionModifier::turbul |
Definition at line 48 of file DNA_nla_types.h.
short bActionModifier::type |
Definition at line 44 of file DNA_nla_types.h.