From 320fc51a2b94a00c41ad433b061bca37577181c0 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Sun, 21 Jun 2009 17:40:56 +0000 Subject: [PATCH] BGE pyAPI update (adding "when accessing it from the Game Engine use Mathutils instead of Blender.Mathutils" message in Blender pyAPI doc) --- source/blender/python/api2_2x/doc/BGL.py | 1 + source/blender/python/api2_2x/doc/Geometry.py | 1 + source/blender/python/api2_2x/doc/Mathutils.py | 1 + source/gameengine/PyDoc/API_intro.py | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/source/blender/python/api2_2x/doc/BGL.py b/source/blender/python/api2_2x/doc/BGL.py index 4a10de4a05c..b054e762273 100644 --- a/source/blender/python/api2_2x/doc/BGL.py +++ b/source/blender/python/api2_2x/doc/BGL.py @@ -7,6 +7,7 @@ B{New}: some GLU functions: L{gluLookAt}, etc. 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. diff --git a/source/blender/python/api2_2x/doc/Geometry.py b/source/blender/python/api2_2x/doc/Geometry.py index 97f97e8833e..da5ce045b44 100644 --- a/source/blender/python/api2_2x/doc/Geometry.py +++ b/source/blender/python/api2_2x/doc/Geometry.py @@ -5,6 +5,7 @@ The Blender.Geometry submodule. Geometry ======== +(when accessing it from the Game Engine use Geometry instead of Blender.Geometry) This new module provides access to a geometry function. """ diff --git a/source/blender/python/api2_2x/doc/Mathutils.py b/source/blender/python/api2_2x/doc/Mathutils.py index 73a2ce46c4f..92836237fa6 100644 --- a/source/blender/python/api2_2x/doc/Mathutils.py +++ b/source/blender/python/api2_2x/doc/Mathutils.py @@ -5,6 +5,7 @@ The Blender.Mathutils submodule. Mathutils ========= +(when accessing it from the Game Engine use Mathutils instead of Blender.Mathutils) This module provides access to matrices, eulers, quaternions and vectors. diff --git a/source/gameengine/PyDoc/API_intro.py b/source/gameengine/PyDoc/API_intro.py index 578b56eb2b0..0a687088627 100644 --- a/source/gameengine/PyDoc/API_intro.py +++ b/source/gameengine/PyDoc/API_intro.py @@ -24,7 +24,7 @@ The Blender Game Engine Python API Reference 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}