Issue 0021249: EDF STUDY: Python dump in a single file

This commit is contained in:
ouv 2011-04-25 08:36:25 +00:00
parent 3fb9c77ac1
commit 9463491e24

View File

@ -942,8 +942,10 @@ TCollection_AsciiString SMESH_Gen_i::DumpPython_impl
anUpdatedScript += helper + ", '" + aGUIName + "')";
}
}
anUpdatedScript += "\n\tif salome.sg.hasDesktop():";
anUpdatedScript += "\n\t\tsalome.sg.updateObjBrowser(0)";
// Issue 0021249: removed (a similar block is dumped by SALOMEDSImpl_Study)
//anUpdatedScript += "\n\tif salome.sg.hasDesktop():";
//anUpdatedScript += "\n\t\tsalome.sg.updateObjBrowser(0)";
// -----------------------------------------------------------------
// store visual properties of displayed objects