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:
authorJoseph Gilbert <ascotan@gmail.com>2005-11-16 00:14:24 +0300
committerJoseph Gilbert <ascotan@gmail.com>2005-11-16 00:14:24 +0300
commit4ea1c4dc602c7daa5239a162fc0fa7655b4b719a (patch)
treed5bf41aa75f5b682ad30f23ec745760e63b2760d /source/blender/python/api2_2x/doc/Window.py
parenta85ba68eb4d86e9eeefa033c6d2fc851d7eaabc9 (diff)
* update to python docs
- update for the old mathutils rewrite - update for some other methods ive added - added explaination of wrapped data - added a .css file for epydoc gives nice blender/python colors :?
Diffstat (limited to 'source/blender/python/api2_2x/doc/Window.py')
-rw-r--r--source/blender/python/api2_2x/doc/Window.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/doc/Window.py b/source/blender/python/api2_2x/doc/Window.py
index b60dbaf0aed..99d2fe9464d 100644
--- a/source/blender/python/api2_2x/doc/Window.py
+++ b/source/blender/python/api2_2x/doc/Window.py
@@ -221,14 +221,14 @@ def GetViewVector ():
def GetViewMatrix ():
"""
Get the current 3d view matrix.
- @rtype: 4x4 float matrix
+ @rtype: 4x4 float matrix (WRAPPED DATA)
@return: the current matrix.
"""
def GetPerspMatrix ():
"""
Get the current 3d perspective matrix.
- @rtype: 4x4 float matrix
+ @rtype: 4x4 float matrix (WRAPPED DATA)
@return: the current matrix.
"""