Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2005-09-29 11:05:00 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-09-29 11:05:00 +0400
commitc4b8a431bcb4b02c9da4e14485e97f6e4cbfa3a3 (patch)
tree470173a773d6c57549e0794ad614a67529b37c32 /source/blender/python/api2_2x/Object.h
parentf6c7cf7c13a6d730eda40b38819897fb398a85d9 (diff)
fix Curve.update() method to use new DAG features.
Diffstat (limited to 'source/blender/python/api2_2x/Object.h')
-rw-r--r--source/blender/python/api2_2x/Object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Object.h b/source/blender/python/api2_2x/Object.h
index c97e2346c07..79783db619f 100644
--- a/source/blender/python/api2_2x/Object.h
+++ b/source/blender/python/api2_2x/Object.h
@@ -57,6 +57,8 @@ Object *Object_FromPyObject( PyObject * py_obj );
int Object_CheckPyObject( PyObject * py_obj );
Object *GetObjectByName( char *name );
+void Object_updateDag( void *data );
+
int EXPP_add_obdata( struct Object *object );
#endif /* EXPP_OBJECT_H */