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>2006-09-24 13:21:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-09-24 13:21:18 +0400
commit7f7f35d1ca75885eec6c062f9af00e4d0f39dbd0 (patch)
tree147cad585bb64257d265c947a5c64bdc3c77ca96 /source/blender/python/api2_2x/Scene.h
parentf6a6ad5688e649a88d977c4245d6ec6a367e2feb (diff)
fixed mistakes and warnings in previous commit.
Diffstat (limited to 'source/blender/python/api2_2x/Scene.h')
-rw-r--r--source/blender/python/api2_2x/Scene.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/Scene.h b/source/blender/python/api2_2x/Scene.h
index bdf0977b075..ee4c4573983 100644
--- a/source/blender/python/api2_2x/Scene.h
+++ b/source/blender/python/api2_2x/Scene.h
@@ -43,13 +43,13 @@ extern PyTypeObject SceneObSeq_Type;
#define BPy_Scene_Check(v) \
((v)->ob_type == &Scene_Type)
-//---------------------------Python BPy_Scene structure definition----------
+/*---------------------------Python BPy_Scene structure definition----------*/
typedef struct {
PyObject_HEAD
Scene * scene;
} BPy_Scene;
-//---------------------------Python BPy_Scene visible prototypes-----------
-// Python Scene_Type helper functions needed by Blender (the Init function) and Object modules.
+/*---------------------------Python BPy_Scene visible prototypes-----------*/
+/* Python Scene_Type helper functions needed by Blender (the Init function) and Object modules. */
/* Scene object sequence, iterate on the scene object listbase*/