- bugfix: archive file wasn't closed after installation

- bugfix: batch installer was treated as handler for "manual" installations
- bugfix: dropped include of unused sip interface
This commit is contained in:
Tannin
2013-06-06 20:19:38 +02:00
parent 535423b1d0
commit d4cc50ade8
5 changed files with 28 additions and 20 deletions
-1
View File
@@ -695,7 +695,6 @@ QObject *ProxyPython::instantiate(const QString &pluginName)
QString appendDataPath = QString("sys.path.append(\"%1\")").arg(m_MOInfo->pluginDataPath());
bpy::eval(appendDataPath.toUtf8().constData(), main_namespace);
main_namespace["interfaces"] = bpy::import("interfaces");
std::string temp = ToString(pluginName);
if (handled_exec_file(temp.c_str(), main_namespace)) {