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:
authorJoseph Gilbert <ascotan@gmail.com>2004-04-04 12:34:43 +0400
committerJoseph Gilbert <ascotan@gmail.com>2004-04-04 12:34:43 +0400
commit32b0677d96a2cd533e585a4b59e40ae1189d40e2 (patch)
tree66a96564fd7e6ff3b48bbd9248138d75ce21dc0f /source/blender/python/api2_2x/Armature.h
parent3b680da036dd53f63fa00075d5a25740487aab09 (diff)
- added support for adding/parenting bones to armatures
- fixed getArmatureIpo compiling error
Diffstat (limited to 'source/blender/python/api2_2x/Armature.h')
-rw-r--r--source/blender/python/api2_2x/Armature.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/python/api2_2x/Armature.h b/source/blender/python/api2_2x/Armature.h
index f74f9ee6661..7f74f69c9d1 100644
--- a/source/blender/python/api2_2x/Armature.h
+++ b/source/blender/python/api2_2x/Armature.h
@@ -39,10 +39,9 @@
/* Python BPy_Armature structure definition: */
/*****************************************************************************/
-typedef struct
-{
- PyObject_HEAD bArmature * armature;
-}
-BPy_Armature;
+typedef struct {
+ PyObject_HEAD
+ bArmature *armature;
+} BPy_Armature;
#endif /* EXPP_ARMATURE_H */