#include "BL_BlenderIPO.h"
#include "blender.h"
#include "ipo.h"
#include "ipo_extern.h"
Go to the source code of this file.
Functions | |
void | calc_ipo (struct Ipo *ipo, float ctime) |
void | execute_ipo (struct ID *id, Ipo *ipo) |
void | BL_calc_ipo (struct Object* blenderobject, float curframetime) |
bool | BL_HasIPO (struct Object* blenderobj) |
void | BL_execute_ipo (struct Object* blenderobject) |
void | BL_DoDLocIPO (struct Object* blenderobject) |
|
Definition at line 79 of file BL_BlenderIPO.cpp. |
|
Definition at line 66 of file BL_BlenderIPO.cpp. Referenced by KX_BlenderClientObject::HasIpo(). |
|
Definition at line 60 of file BL_BlenderIPO.cpp. |
|
Definition at line 74 of file BL_BlenderIPO.cpp. |
|
Referenced by BL_calc_ipo(). |
|
Referenced by BL_execute_ipo(). |