Skip to content

0.1.1: Hotfix release

Compare
Choose a tag to compare
@adamkewley adamkewley released this 11 Feb 16:26

This is a patch update to the 0.1.0 alpha release. It fixes a couple of edge-case bugs that can happen in the osim editor.

  • Fixed exception-handling code in the UI to automatically recover the model if a property edit results in an exception being thrown by OpenSim/SimTK (e.g. because the resulting model cannot be assembled - see #132 )
  • Fixed a minor bug where having a component selected in the model editor, clicking the textbox to edit its name, followed by selecting something else fails to update the text input to the new selection's name (note: it does not change the component's name - it's a display bug)