You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request from @mrrezaie in #998. Broken out here so that it can be handled as an atomic task.
The feature request is:
Add a Reload Meshes button to the mesh importer.
It should be disabled if the scene contains no meshes.
It shouldn't be disabled if there's no underlying osim import or simliar. The mesh importer does not have an underlying native file. It only imports/exports from/to osim files but isn't directly backed by them.
Pressing the button should cause the implementation to step over every mesh in the scene and reload it from disk if the underlying file's modification timestamp is newer than the on-disk modification timestamp.
The text was updated successfully, but these errors were encountered:
Feature request from @mrrezaie in #998. Broken out here so that it can be handled as an atomic task.
The feature request is:
Reload Meshes
button to the mesh importer.osim
import or simliar. The mesh importer does not have an underlying native file. It only imports/exports from/toosim
files but isn't directly backed by them.The text was updated successfully, but these errors were encountered: