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:
authorJoilnen Leite <joilnen.leite@gmail.com>2005-03-17 17:41:36 +0300
committerJoilnen Leite <joilnen.leite@gmail.com>2005-03-17 17:41:36 +0300
commitab21276aaf3de85afeb3b2fc2a265b735712e8d3 (patch)
tree408019d9081b57296cf1dab359ebc18752380477 /source/blender/python/api2_2x/doc/Window.py
parent38dff4387755fb102ded6946052371aea82da754 (diff)
fixed example of use the GetScreenInfo
.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Window.py')
-rw-r--r--source/blender/python/api2_2x/doc/Window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Window.py b/source/blender/python/api2_2x/doc/Window.py
index 348749fae7e..e6a81e9afde 100644
--- a/source/blender/python/api2_2x/doc/Window.py
+++ b/source/blender/python/api2_2x/doc/Window.py
@@ -320,7 +320,7 @@ def QRead ():
# the left mouse button.
from Blender import Draw, Window
- v3d = Window.ScreenInfo(Window.Types.VIEW3D)
+ v3d = Window.GetScreenInfo(Window.Types.VIEW3D)
id = v3d[0]['id'] # get the (first) VIEW3D's id
done = 0