Blender V2.61 - r43446
|
#include <KX_BlenderScalarInterpolator.h>
Public Member Functions | |
BL_InterpolatorList (struct bAction *action) | |
~BL_InterpolatorList () | |
KX_IScalarInterpolator * | GetScalarInterpolator (const char *rna_path, int array_index) |
Definition at line 65 of file KX_BlenderScalarInterpolator.h.
BL_InterpolatorList::BL_InterpolatorList | ( | struct bAction * | action | ) |
Definition at line 49 of file KX_BlenderScalarInterpolator.cpp.
References bAction::curves, ListBase::first, and NULL.
BL_InterpolatorList::~BL_InterpolatorList | ( | ) |
Definition at line 62 of file KX_BlenderScalarInterpolator.cpp.
References i.
KX_IScalarInterpolator * BL_InterpolatorList::GetScalarInterpolator | ( | const char * | rna_path, |
int | array_index | ||
) |
Definition at line 69 of file KX_BlenderScalarInterpolator.cpp.
References FCurve::array_index, i, NULL, and FCurve::rna_path.
Referenced by BL_ConvertWorldIpos(), BL_CreateCameraIPO(), BL_CreateIPO(), BL_CreateLampIPO(), and ConvertMaterialIpos().