Import: Move options handling to ImportGui.importOptions
Currently a modal dialog is used directly in ImportGui.open()/ImportGui.insert() that makes it impossible to use the functions in a script because they will be blocked
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#include <QMessageBox>
|
||||
#include <SMESH_Mesh.hxx>
|
||||
#include <SMESHDS_Mesh.hxx>
|
||||
#include <Standard_math.hxx>
|
||||
#include <SMESH_MeshEditor.hxx>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user