-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add UI tooling for editing muscle curves (e.g. ForceVelocityCurve
)
#836
Comments
Hi @mrrezaie , thanks for your praise! The curves aren't currently edit-able in the UI because it seemed likely that it would require a custom UI (e.g. to select function shape, place spline points, change params, etc.), but it's something that's obviously a UX gap that we need to bridge with a custom UI eventually 😉 For now, unfortunately, the best that you can do in OSC 0.5.8 (or newer) is to open the osim in OSC and then edit the curves in raw XML (perhaps I should at least provide a raw XML editor in-UI for stuff like this, but that's another feature :-)) |
I appreciate the time and endeavor you put on this. |
ForceVelocityCurve
)
The What this practically means is that components like And if you click that icon, a popup will appear that--because it doesn't know what it's plotting (it just "sees" a The plot is automatically updated if the model file is externally changed, which means that you can open this popup and, separately, edit the XML that's behind that component (e.g. search Current limitations:
Not exactly what your'e asking for @mrrezaie , but it might be useful either way! |
Hi,
First of all, thank you so much for developing such an amazing software.
In Properties window, I couldn't find a way to change the properties of muscle curves such as
ActiveForceLengthCurve
and others in a model withMillard2012EquilibriumMuscle
, e.g., Rajagopal. I was wondering if this feature is available.OC 0.5.8
Thank you.
The text was updated successfully, but these errors were encountered: