Blender V2.61 - r43446
|
#include <DNA_nla_types.h>
Public Attributes | |
struct bActionStrip * | next |
struct bActionStrip * | prev |
short | flag |
short | mode |
short | stride_axis |
short | curmod |
struct Ipo * | ipo |
struct bAction * | act |
struct Object * | object |
float | start |
float | end |
float | actstart |
float | actend |
float | actoffs |
float | stridelen |
float | repeat |
float | scale |
float | blendin |
float | blendout |
char | stridechannel [32] |
char | offs_bone [32] |
ListBase | modifiers |
Definition at line 61 of file DNA_nla_types.h.
struct bAction* bActionStrip::act |
Definition at line 68 of file DNA_nla_types.h.
Referenced by expand_object(), lib_indirect_test_id(), lib_link_nlastrips(), and nlastrips_to_animdata().
float bActionStrip::actend |
Definition at line 71 of file DNA_nla_types.h.
Referenced by do_versions(), and nlastrips_to_animdata().
float bActionStrip::actoffs |
Definition at line 72 of file DNA_nla_types.h.
float bActionStrip::actstart |
Definition at line 71 of file DNA_nla_types.h.
Referenced by do_versions(), and nlastrips_to_animdata().
float bActionStrip::blendin |
Definition at line 77 of file DNA_nla_types.h.
Referenced by nlastrips_to_animdata().
float bActionStrip::blendout |
Definition at line 77 of file DNA_nla_types.h.
Referenced by nlastrips_to_animdata().
short bActionStrip::curmod |
Definition at line 65 of file DNA_nla_types.h.
float bActionStrip::end |
Definition at line 70 of file DNA_nla_types.h.
Referenced by do_versions(), and nlastrips_to_animdata().
short bActionStrip::flag |
Definition at line 63 of file DNA_nla_types.h.
Referenced by do_versions(), and nlastrips_to_animdata().
struct Ipo* bActionStrip::ipo |
Definition at line 67 of file DNA_nla_types.h.
Referenced by expand_object(), lib_indirect_test_id(), and lib_link_nlastrips().
short bActionStrip::mode |
Definition at line 63 of file DNA_nla_types.h.
Referenced by nlastrips_to_animdata().
Definition at line 82 of file DNA_nla_types.h.
Referenced by build_dag_object(), direct_link_nlastrips(), lib_link_nlastrips(), and nlastrips_to_animdata().
struct bActionStrip* bActionStrip::next |
Definition at line 62 of file DNA_nla_types.h.
Referenced by build_dag_object(), dag_object_time_update_flags(), direct_link_nlastrips(), do_versions(), expand_object(), lib_indirect_test_id(), lib_link_nlastrips(), nlastrips_to_animdata(), and unlink_group().
struct Object* bActionStrip::object |
Definition at line 69 of file DNA_nla_types.h.
Referenced by dag_object_time_update_flags(), expand_object(), lib_indirect_test_id(), lib_link_nlastrips(), and unlink_group().
char bActionStrip::offs_bone[32] |
Definition at line 80 of file DNA_nla_types.h.
struct bActionStrip * bActionStrip::prev |
Definition at line 62 of file DNA_nla_types.h.
float bActionStrip::repeat |
Definition at line 74 of file DNA_nla_types.h.
Referenced by do_versions(), and nlastrips_to_animdata().
float bActionStrip::scale |
Definition at line 75 of file DNA_nla_types.h.
Referenced by do_versions(), and nlastrips_to_animdata().
float bActionStrip::start |
Definition at line 70 of file DNA_nla_types.h.
Referenced by do_versions(), and nlastrips_to_animdata().
Definition at line 64 of file DNA_nla_types.h.
char bActionStrip::stridechannel[32] |
Definition at line 79 of file DNA_nla_types.h.
float bActionStrip::stridelen |
Definition at line 73 of file DNA_nla_types.h.