fixed example of use the GetScreenInfo

.
This commit is contained in:
2005-03-17 14:41:36 +00:00
parent 38dff43877
commit ab21276aaf

View File

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