Revision: 27189
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27189
Author:   campbellbarton
Date:     2010-02-28 16:44:18 +0100 (Sun, 28 Feb 2010)

Log Message:
-----------
missed these last commit

Modified Paths:
--------------
    trunk/blender/source/blender/python/generic/bgl.c
    trunk/blender/source/blender/python/generic/blf.c
    trunk/blender/source/blender/python/intern/bpy.c
    trunk/blender/source/gameengine/Ketsji/KX_PythonInit.cpp
    trunk/blender/source/gameengine/VideoTexture/ImageBase.cpp
    trunk/blender/source/gameengine/VideoTexture/ImageBuff.cpp

Modified: trunk/blender/source/blender/python/generic/bgl.c
===================================================================
--- trunk/blender/source/blender/python/generic/bgl.c   2010-02-28 14:57:26 UTC 
(rev 27188)
+++ trunk/blender/source/blender/python/generic/bgl.c   2010-02-28 15:44:18 UTC 
(rev 27189)
@@ -32,7 +32,7 @@
  * implementation.  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 */
+#include "bgl.h" /*This must come first */
 #include <GL/glew.h>
 #include "MEM_guardedalloc.h"
 

Modified: trunk/blender/source/blender/python/generic/blf.c
===================================================================
--- trunk/blender/source/blender/python/generic/blf.c   2010-02-28 14:57:26 UTC 
(rev 27188)
+++ trunk/blender/source/blender/python/generic/blf.c   2010-02-28 15:44:18 UTC 
(rev 27189)
@@ -23,7 +23,7 @@
  */
 
 #include <Python.h>
-#include "BLF.h"
+#include "blf.h"
 
 #include "../../blenfont/BLF_api.h"
 

Modified: trunk/blender/source/blender/python/intern/bpy.c
===================================================================
--- trunk/blender/source/blender/python/intern/bpy.c    2010-02-28 14:57:26 UTC 
(rev 27188)
+++ trunk/blender/source/blender/python/intern/bpy.c    2010-02-28 15:44:18 UTC 
(rev 27189)
@@ -37,8 +37,8 @@
  /* external util modules */
 #include "../generic/Mathutils.h"
 #include "../generic/Geometry.h"
-#include "../generic/BGL.h"
-#include "../generic/BLF.h"
+#include "../generic/bgl.h"
+#include "../generic/blf.h"
 #include "../generic/IDProp.h"
 
 static char bpy_home_paths_doc[] =

Modified: trunk/blender/source/gameengine/Ketsji/KX_PythonInit.cpp
===================================================================
--- trunk/blender/source/gameengine/Ketsji/KX_PythonInit.cpp    2010-02-28 
14:57:26 UTC (rev 27188)
+++ trunk/blender/source/gameengine/Ketsji/KX_PythonInit.cpp    2010-02-28 
15:44:18 UTC (rev 27189)
@@ -40,7 +40,7 @@
        #include "bpy_internal_import.h"  /* from the blender python api, but 
we want to import text too! */
        #include "Mathutils.h" // Blender.Mathutils module copied here so the 
blenderlayer can use.
        #include "Geometry.h" // Blender.Geometry module copied here so the 
blenderlayer can use.
-       #include "BGL.h"
+       #include "bgl.h"
 
        #include "marshal.h" /* python header for loading/saving dicts */
 }

Modified: trunk/blender/source/gameengine/VideoTexture/ImageBase.cpp
===================================================================
--- trunk/blender/source/gameengine/VideoTexture/ImageBase.cpp  2010-02-28 
14:57:26 UTC (rev 27188)
+++ trunk/blender/source/gameengine/VideoTexture/ImageBase.cpp  2010-02-28 
15:44:18 UTC (rev 27189)
@@ -22,7 +22,7 @@
 
 #include "ImageBase.h"
 extern "C" {
-#include "BGL.h"
+#include "bgl.h"
 }
 #include "GL/glew.h"
 

Modified: trunk/blender/source/gameengine/VideoTexture/ImageBuff.cpp
===================================================================
--- trunk/blender/source/gameengine/VideoTexture/ImageBuff.cpp  2010-02-28 
14:57:26 UTC (rev 27188)
+++ trunk/blender/source/gameengine/VideoTexture/ImageBuff.cpp  2010-02-28 
15:44:18 UTC (rev 27189)
@@ -34,7 +34,7 @@
 extern "C" {
 #include "IMB_imbuf_types.h"
 #include "IMB_imbuf.h"
-#include "BGL.h"
+#include "bgl.h"
 };
 
 // default filter


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to