|
Blender
V2.59
|
#include <KX_BlenderScalarInterpolator.h>
Public Member Functions | |
| BL_InterpolatorList (struct AnimData *adt) | |
| ~BL_InterpolatorList () | |
| KX_IScalarInterpolator * | GetScalarInterpolator (const char *rna_path, int array_index) |
Definition at line 67 of file KX_BlenderScalarInterpolator.h.
| BL_InterpolatorList::BL_InterpolatorList | ( | struct AnimData * | adt | ) |
Definition at line 50 of file KX_BlenderScalarInterpolator.cpp.
References AnimData::action, bAction::curves, ListBase::first, and NULL.
| BL_InterpolatorList::~BL_InterpolatorList | ( | ) |
Definition at line 63 of file KX_BlenderScalarInterpolator.cpp.
References i.
| KX_IScalarInterpolator * BL_InterpolatorList::GetScalarInterpolator | ( | const char * | rna_path, |
| int | array_index | ||
| ) |
Definition at line 70 of file KX_BlenderScalarInterpolator.cpp.
References FCurve::array_index, i, NULL, and FCurve::rna_path.
Referenced by BL_ConvertCameraIpos(), BL_ConvertIpos(), BL_ConvertLampIpos(), BL_ConvertWorldIpos(), and ConvertMaterialIpos().