Search found 2 matches

by Martin Gen
Sat Sep 19, 2020 5:43 am
Forum: OpenSim
Topic: Changing Model Marker Size in OpenSim 4.1
Replies: 3
Views: 256

Re: Changing Model Marker Size in OpenSim 4.1

Ayman, do you have the link to the github issue? I can't find it

Best
by Martin Gen
Wed Aug 26, 2020 4:23 am
Forum: OpenSim
Topic: GUI scripting: setObjectColor does not work
Replies: 2
Views: 267

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...