mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
- 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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user