Skip to content

Improve export logic

This MR addresses several things raised in issue #82 regarding the CMB simulation-export dialog.

  • It updates the logic for finding the python script, using the install locations for CMB V4 (finally)
  • It clears the file-item editor if the python scirpt is not found (so that the user can navigate if needed).
  • It disables the "Export Simulation" menu item when no attribute system has been loaded into CMB.

This MR also renames the SimBuilderCustomExportDialog class to SimBuilderExportDialog, since it is the only dialog class in CMB V4.

Merge request reports