View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000028 | FreeCAD | Bug | public | 2009-10-12 17:25 | 2009-10-13 06:24 |
Reporter | branco123 | Assigned To | wmayer | ||
Priority | normal | Severity | trivial | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Summary | 0000028: all x.0 and x.1 soqt versions blocked | ||||
Description | in /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 Information | In 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. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||