Ayman, do you have the link to the github issue? I can't find it
Best
Search found 2 matches
- Sat Sep 19, 2020 5:43 am
- Forum: OpenSim
- Topic: Changing Model Marker Size in OpenSim 4.1
- Replies: 3
- Views: 380
- Wed Aug 26, 2020 4:23 am
- Forum: OpenSim
- Topic: GUI scripting: setObjectColor does not work
- Replies: 2
- Views: 548
GUI scripting: setObjectColor does not work
Hi, some commands don't seem to work in the scriptinshell window of the GUI: I can get the model, a marker and a body fine: a = getCurrentModel() thoraxBody = a.getBodySet().get("thorax") randomMarker = a.getMarkerSet().get("ij") Display/hide works (without updateDisplay()): toggleObjectDisplay(thor...