diff --git a/source/blender/python/api2_2x/modules.h b/source/blender/python/api2_2x/modules.h index 8f5e4104593..4c86777ea6e 100644 --- a/source/blender/python/api2_2x/modules.h +++ b/source/blender/python/api2_2x/modules.h @@ -119,6 +119,8 @@ bArmature * Armature_FromPyObject (PyObject *py_obj); int Armature_CheckPyObject (PyObject *py_obj); /* Ipo Data */ + +PyObject * IpoCurve_Init(void); PyObject * Ipo_Init (void); PyObject * Ipo_CreatePyObject (struct Ipo *ipo); Ipo * Ipo_FromPyObject (PyObject *py_obj);