View Issue Details

IDProjectCategoryView StatusLast Update
0000028FreeCADBugpublic2009-10-13 06:24
Reporterbranco123 Assigned Towmayer  
PrioritynormalSeveritytrivialReproducibilityN/A
Status closedResolutionfixed 
Summary0000028: all x.0 and x.1 soqt versions blocked
Descriptionin /trunk/src/gui/view3d.py

  708 #if (SOQT_MAJOR_VERSION >= 1 && SOQT_MINOR_VERSION >= 2)
?? replace 708 with: if v > 1 || (v==1 && v_minor >=2) then
  709 int mode = (int)(_view->getViewer()->getStereoType());
  710 return Py::String(StereoTypeEnums[mode]);
  711 #else
  712 throw Py::Exception("Stereo types not supported. Use SoQt 1.2.x or later!");
Additional InformationIn spite of the fact that there will probably never come out a version 2.x or higher I have fixed that bug. The Coin team doesn't seem to work longer on SoQt, they are working now on Quarter.
TagsNo tags attached.
FreeCAD Information

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-10-12 17:25 branco123 New Issue
2009-10-13 06:24 wmayer Assigned To => wmayer
2009-10-13 06:24 wmayer Status new => closed
2009-10-13 06:24 wmayer Resolution open => fixed
2009-10-13 06:24 wmayer Additional Information Updated