opensim-org / opensim-gui

SimTK OpenSim graphical user interface and distribution.
Apache License 2.0
62 stars 33 forks source link

{Tutorial 1} Muscle 'Show Only' changes the muscle color from blue to red #756

Open jimmyDunne opened 6 years ago

jimmyDunne commented 6 years ago

Steps to reproduce

Expected result

Muscles selected are shown only and stay blue

Actual result

Muscles that are shown turn red. They return to the correct color, blue, when you move the motion slider.

ezgif com-video-to-gif

Environment and GUI version

Mac, OpenSim e07981e-2018-05-15

aymanhab commented 6 years ago

Let me explain why that's the case and I'd like to hear your thoughts:

tkuchida commented 6 years ago

Seems like it might be necessary to treat some property edits differently from others. I can see invalidating the state if I edit a GeometryPath, for example, but I wouldn't expect any "collateral damage" if I just show/hide Components because the simulation is not affected by whether or not a geometry/mesh is drawn in the Visualizer.

chrisdembia commented 6 years ago

Similar issue in #859:

Do we agree that muscles should be drawn red when posed? I don't mind, since it reminds the user that it isn't a result of the simulation, but perhaps there is a better way to indicate that while leaving muscle states the same.