ComputationalBiomechanicsLab / opensim-creator

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

Refactor `OpenSimCreator/Graphics/*` enum metadata functions #790

Open adamkewley opened 9 months ago

adamkewley commented 9 months ago

Broken out from #782

In order to implement settings support in #782, various methods were added that map graphics enums (e.g. MuscleColoringStyle) to metadata structs that contain serializable information like names, and ids.

Refactoring should: