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:46:02 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-02-22 13:46:02 +0300
commit5cc58ba8fe6abb8cc3cc7cfaacfc70cdc3b2245b (patch)
tree96d5171a3d3e3e6f95d01447c71f87c5df9aaa82 /source/blender/python/api2_2x/Armature.h
parent5cb958f305d37a57d3a16745b13348b1d350a61e (diff)
Doh! prototype for Armature_CreatePyObject() was already added.
I plead incompetence. more coffee, please.
Diffstat (limited to 'source/blender/python/api2_2x/Armature.h')
-rw-r--r--source/blender/python/api2_2x/Armature.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Armature.h b/source/blender/python/api2_2x/Armature.h
index 50aa390e30b..c441bdc5f83 100644
--- a/source/blender/python/api2_2x/Armature.h
+++ b/source/blender/python/api2_2x/Armature.h
@@ -67,6 +67,5 @@ PyObject *Armature_RebuildBones(PyObject *pyarmature);
int Armature_CheckPyObject( PyObject * pyobj );
struct bArmature *Armature_FromPyObject( PyObject * py_obj );
-PyObject *Armature_CreatePyObject(struct bArmature *armature);
#endif