ComputationalBiomechanicsLab / opensim-creator

A UI for building OpenSim models
https://opensimcreator.com
Apache License 2.0
137 stars 16 forks source link

Fix `GeometryPath` property editor is not showing the path point editor popup #815

Closed adamkewley closed 6 months ago

adamkewley commented 6 months ago

It doesn't work in the later versions of OpenSim Creator because, upstream, OpenSim has made GeometryPath a virtual base class for function-based paths etc., but OpenSim Creator's implementation for figuring out which property editors to show is doing something like typeid(property) == typeid(OpenSim::GeometryPath).