mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-13 19:53:07 +05:00
Issue 0021249: EDF STUDY: Python dump in a single file
This commit is contained in:
parent
3fb9c77ac1
commit
9463491e24
@ -942,8 +942,10 @@ TCollection_AsciiString SMESH_Gen_i::DumpPython_impl
|
|||||||
anUpdatedScript += helper + ", '" + aGUIName + "')";
|
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
|
// store visual properties of displayed objects
|
||||||
|
Loading…
Reference in New Issue
Block a user