BGE pyAPI update

(adding "when accessing it from the Game Engine use Mathutils instead of Blender.Mathutils" message in Blender pyAPI doc)
This commit is contained in:
Dalai Felinto
2009-06-21 17:40:56 +00:00
parent 29c6440bb3
commit 320fc51a2b
4 changed files with 4 additions and 1 deletions

View File

@@ -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.

View File

@@ -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.
"""

View File

@@ -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.