[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21065] trunk/blender/source: BGE pyAPI update

Dalai Felinto dfelinto at gmail.com
Sun Jun 21 19:40:56 CEST 2009


Revision: 21065
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21065
Author:   dfelinto
Date:     2009-06-21 19:40:56 +0200 (Sun, 21 Jun 2009)

Log Message:
-----------
BGE pyAPI update
(adding "when accessing it from the Game Engine use Mathutils instead of Blender.Mathutils" message in Blender pyAPI doc)

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/doc/BGL.py
    trunk/blender/source/blender/python/api2_2x/doc/Geometry.py
    trunk/blender/source/blender/python/api2_2x/doc/Mathutils.py
    trunk/blender/source/gameengine/PyDoc/API_intro.py

Modified: trunk/blender/source/blender/python/api2_2x/doc/BGL.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/BGL.py	2009-06-21 17:04:17 UTC (rev 21064)
+++ trunk/blender/source/blender/python/api2_2x/doc/BGL.py	2009-06-21 17:40:56 UTC (rev 21065)
@@ -7,6 +7,7 @@
 
 The Blender.BGL submodule
 =========================
+(when accessing it from the Game Engine use BGL instead of Blender.BGL)
 
 This module wraps OpenGL constants and functions, making them available from
 within Blender Python.

Modified: trunk/blender/source/blender/python/api2_2x/doc/Geometry.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Geometry.py	2009-06-21 17:04:17 UTC (rev 21064)
+++ trunk/blender/source/blender/python/api2_2x/doc/Geometry.py	2009-06-21 17:40:56 UTC (rev 21065)
@@ -5,6 +5,7 @@
 
 Geometry
 ========
+(when accessing it from the Game Engine use Geometry instead of Blender.Geometry)
 
 This new module provides access to a geometry function.
 """

Modified: trunk/blender/source/blender/python/api2_2x/doc/Mathutils.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Mathutils.py	2009-06-21 17:04:17 UTC (rev 21064)
+++ trunk/blender/source/blender/python/api2_2x/doc/Mathutils.py	2009-06-21 17:40:56 UTC (rev 21065)
@@ -5,6 +5,7 @@
 
 Mathutils
 =========
+(when accessing it from the Game Engine use Mathutils instead of Blender.Mathutils)
 
 This module provides access to matrices, eulers, quaternions and vectors.
 

Modified: trunk/blender/source/gameengine/PyDoc/API_intro.py
===================================================================
--- trunk/blender/source/gameengine/PyDoc/API_intro.py	2009-06-21 17:04:17 UTC (rev 21064)
+++ trunk/blender/source/gameengine/PyDoc/API_intro.py	2009-06-21 17:40:56 UTC (rev 21065)
@@ -24,7 +24,7 @@
 	Additional Modules:
 	-------------------
 	
-		These modules have no GameEngine spesific functionality but are useful in many cases.
+		These modules have no GameEngine specific functionality but are useful in many cases.
 		
 			- L{Mathutils}
 			- L{Geometry}





More information about the Bf-blender-cvs mailing list