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>2010-07-15 15:51:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-15 15:51:43 +0400
commit5daf9354d255bb40e832e7e0d48008e56158e0b4 (patch)
tree1208c7b4e9ed6dfe35bce7fdf7091ae7b3d87cd0 /source/blender/python/generic/bgl.c
parentdcc1e6019df2f5655fa38aa9f6c8c98e2e57e4fa (diff)
change some references to .B.blend, .Blog to new names
Diffstat (limited to 'source/blender/python/generic/bgl.c')
-rw-r--r--source/blender/python/generic/bgl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/python/generic/bgl.c b/source/blender/python/generic/bgl.c
index ae19db28011..bb0b3a43186 100644
--- a/source/blender/python/generic/bgl.c
+++ b/source/blender/python/generic/bgl.c
@@ -27,9 +27,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/* This file is the Blender.BGL part of opy_draw.c, from the old
- * bpython/intern dir, with minor changes to adapt it to the new Python
- * implementation. The BGL submodule "wraps" OpenGL functions and constants,
+/* This file is the 'bgl' module.
+ * The BGL submodule "wraps" OpenGL functions and constants,
* allowing script writers to make OpenGL calls in their Python scripts. */
#include "bgl.h" /*This must come first */