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:
authorCampbell Barton <ideasman42@gmail.com>2007-02-25 05:02:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-02-25 05:02:53 +0300
commite64b887fad611917916b2ce30bbcf2aa55593ea5 (patch)
tree904363d8484559ec01eebf91aab49965c30c779f /source/blender/python/api2_2x/Group.h
parentd07e0abf89800f0126117cd11a286ed5361170ec (diff)
comments in these files made gcc choke, removed
Diffstat (limited to 'source/blender/python/api2_2x/Group.h')
-rwxr-xr-xsource/blender/python/api2_2x/Group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Group.h b/source/blender/python/api2_2x/Group.h
index 613a14908a9..bf68da1f7b7 100755
--- a/source/blender/python/api2_2x/Group.h
+++ b/source/blender/python/api2_2x/Group.h
@@ -47,8 +47,8 @@ extern PyTypeObject GroupObSeq_Type;
/* Python BPy_Group structure definition. */
/*****************************************************************************/
typedef struct {
- PyObject_HEAD /* required python macro */
- struct Group *group; /* Blender group type, can be NULL when unlinkedm, libdata must be second */*/
+ PyObject_HEAD
+ struct Group *group;
} BPy_Group;