Experimental change. Free objects we no longer need.
--HG-- branch : develop
This commit is contained in:
parent
979d5bd6ae
commit
c9d68f9ea6
|
@ -5339,6 +5339,12 @@ bool MainWindow::DoExport(const VCommandLinePtr &expParams)
|
||||||
}
|
}
|
||||||
listDetails = PrepareDetailsForLayout(details);
|
listDetails = PrepareDetailsForLayout(details);
|
||||||
|
|
||||||
|
if (not VApplication::IsGUIMode())
|
||||||
|
{
|
||||||
|
sceneDraw->clear();
|
||||||
|
sceneDetails->clear();
|
||||||
|
}
|
||||||
|
|
||||||
const bool exportOnlyDetails = expParams->IsExportOnlyDetails();
|
const bool exportOnlyDetails = expParams->IsExportOnlyDetails();
|
||||||
if (exportOnlyDetails)
|
if (exportOnlyDetails)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user