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>2007-02-22 13:20:27 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-02-22 13:20:27 +0300
commit5cb958f305d37a57d3a16745b13348b1d350a61e (patch)
tree4e7f1ac78a56aeac88c6da2fc24966e9f63e06d3 /source/blender/python/api2_2x/Armature.h
parentfbd8a169335aff9d4705533f616ec8b00d4daac7 (diff)
broken build!
FILE_MAX undefied in util.c implicit method def Armature_CreatePyObject() in Armature.
Diffstat (limited to 'source/blender/python/api2_2x/Armature.h')
-rw-r--r--source/blender/python/api2_2x/Armature.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Armature.h b/source/blender/python/api2_2x/Armature.h
index c441bdc5f83..50aa390e30b 100644
--- a/source/blender/python/api2_2x/Armature.h
+++ b/source/blender/python/api2_2x/Armature.h
@@ -67,5 +67,6 @@ PyObject *Armature_RebuildBones(PyObject *pyarmature);
int Armature_CheckPyObject( PyObject * pyobj );
struct bArmature *Armature_FromPyObject( PyObject * py_obj );
+PyObject *Armature_CreatePyObject(struct bArmature *armature);
#endif