ComputationalBiomechanicsLab / opensim-creator

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

Make the model warper write warped mesh data to disk #889

Open adamkewley opened 3 weeks ago

adamkewley commented 3 weeks ago

The model warping UI currently performs the mesh warp in-memory for performance reasons (i.e. so that users can move the blending factor slider in the warping UI and get a fast response). However, this means that when the user clicks Warp Model in the UI the resulting model contains InMemoryMeshes that can't be feasily used outside of that particular session of OSC.

So what we need is to:

adamkewley commented 1 week ago

Waiting on end-user feedback before closing this