Skip to content

BUG: Added error reporting for scene file writing

The problem was that no error was reported to the user when:

  • the scene file (.mrml) saving failed (e.g., because target location was a read-only directory), or
  • sceneview thumbnail image saving failed

Not reporting failure of the scene saving can cause data loss and user frustration.

Merge request reports