Blender V2.61 - r43446
|
#include <DNA_ipo_types.h>
Public Attributes | |
struct IpoCurve * | next |
struct IpoCurve * | prev |
struct BPoint * | bp |
struct BezTriple * | bezt |
rctf | maxrct |
rctf | totrct |
short | blocktype |
short | adrcode |
short | vartype |
short | totvert |
short | ipo |
short | extrap |
short | flag |
short | rt |
float | ymin |
float | ymax |
unsigned int | bitmask |
float | slide_min |
float | slide_max |
float | curval |
IpoDriver * | driver |
Definition at line 65 of file DNA_ipo_types.h.
short IpoCurve::adrcode |
Definition at line 73 of file DNA_ipo_types.h.
Referenced by do_versions_ipos_to_animato(), icu_to_fcurves(), and sort_keys().
struct BezTriple* IpoCurve::bezt |
Definition at line 69 of file DNA_ipo_types.h.
Referenced by direct_link_ipo(), free_ipo(), icu_to_fcurves(), ipo_to_animato(), and KX_BlenderSceneConverter::ResetPhysicsObjectsAnimationIpo().
unsigned int IpoCurve::bitmask |
Definition at line 78 of file DNA_ipo_types.h.
short IpoCurve::blocktype |
Definition at line 73 of file DNA_ipo_types.h.
Referenced by icu_to_fcurves().
struct BPoint* IpoCurve::bp |
Definition at line 68 of file DNA_ipo_types.h.
Referenced by direct_link_ipo(), free_ipo(), icu_to_fcurves(), and ipo_to_animato().
float IpoCurve::curval |
Definition at line 81 of file DNA_ipo_types.h.
Definition at line 83 of file DNA_ipo_types.h.
Referenced by direct_link_ipo(), expand_ipo(), free_ipo(), icu_to_fcurves(), ipo_to_animato(), and lib_link_ipo().
short IpoCurve::extrap |
Definition at line 75 of file DNA_ipo_types.h.
Referenced by icu_to_fcurves().
short IpoCurve::flag |
Definition at line 76 of file DNA_ipo_types.h.
Referenced by icu_to_fcurves().
short IpoCurve::ipo |
Definition at line 75 of file DNA_ipo_types.h.
Referenced by icu_to_fcurves(), and KX_BlenderSceneConverter::WritePhysicsObjectToAnimationIpo().
Definition at line 71 of file DNA_ipo_types.h.
struct IpoCurve* IpoCurve::next |
Definition at line 66 of file DNA_ipo_types.h.
Referenced by direct_link_ipo(), expand_ipo(), free_ipo(), ipo_to_animato(), lib_link_ipo(), KX_BlenderSceneConverter::ResetPhysicsObjectsAnimationIpo(), and sort_keys().
struct IpoCurve * IpoCurve::prev |
Definition at line 66 of file DNA_ipo_types.h.
Referenced by sort_keys().
short IpoCurve::rt |
Definition at line 76 of file DNA_ipo_types.h.
float IpoCurve::slide_max |
Definition at line 80 of file DNA_ipo_types.h.
float IpoCurve::slide_min |
Definition at line 80 of file DNA_ipo_types.h.
Definition at line 71 of file DNA_ipo_types.h.
short IpoCurve::totvert |
Definition at line 74 of file DNA_ipo_types.h.
Referenced by icu_to_fcurves().
short IpoCurve::vartype |
Definition at line 73 of file DNA_ipo_types.h.
float IpoCurve::ymax |
Definition at line 77 of file DNA_ipo_types.h.
float IpoCurve::ymin |
Definition at line 77 of file DNA_ipo_types.h.