You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python 09.1.Print.py 01.1.Windmill.iv test.ps
To print the scene: press the 'p' key while in picking mode
Traceback (most recent call last):
File "09.1.Print.py", line 145, in <module>
main()
File "09.1.Print.py", line 129, in main
viewer = SoGuiExaminerViewer(appWindow, "None", TRUE, SoGuiExaminerViewer.BUILD_ALL, SoGuiExaminerViewer.EDITOR)
AttributeError: type object 'SoGui_Quarter_Wrapper' has no attribute 'BUILD_ALL'
09.4:
python 09.4.PickAction.py
Traceback (most recent call last):
File "09.4.PickAction.py", line 131, in <module>
main()
File "09.4.PickAction.py", line 113, in main
myViewer.setViewing(0)
AttributeError: 'SoGui_Quarter_Wrapper' object has no attribute 'setViewing'
10.6
python 10.6.PickFilterTopLevel.py
Traceback (most recent call last):
File "10.6.PickFilterTopLevel.py", line 95, in <module>
main()
File "10.6.PickFilterTopLevel.py", line 81, in main
viewer2 = SoGuiExaminerViewer()
TypeError: __init__() missing 1 required positional argument: 'mainwindow'
10.8 / 14.2 / 16.2
10.8.PickFilterNodeKit.py
The SoGuiMaterialEditor node has not been implemented in the SoGui bindings of Coin!
13.2/3/8 (working but error printed)
python 13.2.ElapsedTime.py
TypeError: expected a sequence with 2 shorts
13.4/5: some clicks are missing
16.1
python 16.1.Overlay.py
Traceback (most recent call last):
File "16.1.Overlay.py", line 79, in <module>
main()
File "16.1.Overlay.py", line 70, in main
myViewer.setOverlayColorMap(1, 1, color)
AttributeError: 'SoGui_Quarter_Wrapper' object has no attribute 'setOverlayColorMap'
17.1
python 17.1.ColorIndex.py
Traceback (most recent call last):
File "17.1.ColorIndex.py", line 34, in <module>
from OpenGL.GLX import *
File "C:\Users\fc_builder\Miniconda3\envs\pivy\lib\site-packages\OpenGL\GLX\__init__.py", line 3, in <module>
from OpenGL.GLX.VERSION.GLX_1_0 import *
File "C:\Users\fc_builder\Miniconda3\envs\pivy\lib\site-packages\OpenGL\GLX\VERSION\GLX_1_0.py", line 14, in <mo
from OpenGL.raw.GLX.VERSION.GLX_1_0 import *
File "C:\Users\fc_builder\Miniconda3\envs\pivy\lib\site-packages\OpenGL\raw\GLX\VERSION\GLX_1_0.py", line 43, in
@_p.types(ctypes.POINTER(_cs.XVisualInfo),ctypes.POINTER(_cs.Display),_cs.c_int,ctypes.POINTER(_cs.c_int))
File "C:\Users\fc_builder\Miniconda3\envs\pivy\lib\site-packages\OpenGL\raw\GLX\VERSION\GLX_1_0.py", line 13, in
return _p.createFunction( function,_p.PLATFORM.GLX,'GLX_VERSION_GLX_1_0',error_checker=_errors._error_checker)
AttributeError: 'Win32Platform' object has no attribute 'GLX'
17.3
This example is not functional as it is GLX dependent!
The text was updated successfully, but these errors were encountered:
13.4/5: some clicks are missing
16.1
The text was updated successfully, but these errors were encountered: