+ remove method View3DInventor::dumpSelection

This commit is contained in:
wmayer
2015-08-26 18:58:59 +02:00
parent 04cb2d4411
commit 84a65a53ef
5 changed files with 0 additions and 55 deletions

View File

@@ -411,10 +411,6 @@ PyObject* Application::sExport(PyObject * /*self*/, PyObject *args,PyObject * /*
return 0;
}
else {
QString cmd = QString::fromLatin1(
"Gui.getDocument(\"%1\").mdiViewsOfType('Gui::View3DInventor')[0].dumpSelection(\"%2\")"
).arg(QLatin1String(doc->getName())).arg(fi.absoluteFilePath());
Base::Interpreter().runString(cmd.toUtf8());
}
}
else if (ext == QLatin1String("pdf")) {