View Issue Details

IDProjectCategoryView StatusLast Update
0001706FreeCADBugpublic2014-10-17 21:21
Reporterbbremer Assigned Towmayer  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
PlatformALLOSALLOS VersionALL
Product Version0.14 
Summary0001706: Text for 3D glasses wrong -> People buy wrong glasses
DescriptionThe Text in view -> Stereo -> "Stereo red/green" is wrong.
The view which is activated by this is a red/cyan view. This leads people (including myself) to buy the wrong glasses.
Tagsstereoscopy
FreeCAD Information

Activities

shoogen

2014-08-25 06:29

developer   ~0005007

Last edited: 2014-08-25 06:51

As we don't control the color we could just call it "Anaglyph"

Do you want to keep your glasses and want instead change the colors using
void SoQtViewer::setAnaglyphStereoColorMasks (const SbBool left[3], const SbBool right[3])

>>> FreeCADGui.ActiveDocument.ActiveView.getViewer().getAnaglyphStereoColorMasks()
Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/pivy/gui/soqt.py", line 2101, in getAnaglyphStereoColorMasks
    return _soqt.SoQtViewer_getAnaglyphStereoColorMasks(self, *args)
TypeError: SoQtViewer_getAnaglyphStereoColorMasks expected 3 arguments, got 1

quick61

2014-10-08 14:51

reporter   ~0005205

Most recent Forum reference - http://forum.freecadweb.org/viewtopic.php?f=3&t=6342

ChrisOfBristol

2014-10-08 14:52

reporter   ~0005206

Last edited: 2014-10-08 14:55

The suggested solution would work for anyone who has already bought red/green specs.

For everyone else - those with red/cyan specs or who are intending to buy specs, the menu option still needs changing. Other reasons for changing the text rather than the colour are:
-It think it would be easier to correct the text than change the colour.
-I imagine there was a good reason to choose red/cyan when the program was being designed
-red/cyan specs seem to be much more common than red/green ones - on ebay at least.

ickby

2014-10-16 08:22

developer   ~0005220

resolved by shoogen in commit [31c39e]:

rename anaglyph stereo mode red/cyan

Related Changesets

FreeCAD: master 31c39e22

2014-10-14 13:23:08

shoogen


Committer: wmayer Details Diff
fixes 0001706 rename anaglyph stereo mode red/cyan Affected Issues
0001706
mod - src/Gui/CommandView.cpp Diff File

Issue History

Date Modified Username Field Change
2014-08-23 06:24 bbremer New Issue
2014-08-25 06:29 shoogen Note Added: 0005007
2014-08-25 06:51 shoogen Note Edited: 0005007
2014-10-08 14:51 quick61 Note Added: 0005205
2014-10-08 14:52 ChrisOfBristol Note Added: 0005206
2014-10-08 14:55 ChrisOfBristol Note Edited: 0005206
2014-10-08 16:03 shoogen Tag Attached: stereoscopy
2014-10-16 08:22 ickby Note Added: 0005220
2014-10-16 08:22 ickby Status new => resolved
2014-10-16 08:22 ickby Resolution open => fixed
2014-10-16 08:22 ickby Assigned To => shoogen
2014-10-16 08:24 ickby Status resolved => closed
2014-10-17 21:21 wmayer Changeset attached => FreeCAD Master master 31c39e22
2014-10-17 21:21 wmayer Assigned To shoogen => wmayer