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:
authorDalai Felinto <dfelinto@gmail.com>2009-06-21 21:40:56 +0400
committerDalai Felinto <dfelinto@gmail.com>2009-06-21 21:40:56 +0400
commit320fc51a2b94a00c41ad433b061bca37577181c0 (patch)
treeee3fc99832813b90206222ef9291a0710a186bc9 /source/gameengine
parent29c6440bb39e20b6e0650be22c0d459fa434a608 (diff)
BGE pyAPI update
(adding "when accessing it from the Game Engine use Mathutils instead of Blender.Mathutils" message in Blender pyAPI doc)
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/PyDoc/API_intro.py2
1 files changed, 1 insertions, 1 deletions
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}