Merge pull request #73 from Qudix/master

Moving things around
This commit is contained in:
isanae
2020-11-14 06:54:31 -05:00
committed by GitHub
+2 -2
View File
@@ -1222,8 +1222,8 @@ bool handled_exec_file(bpy::str filename, bpy::object globals = bpy::object(), b
void PythonRunner::initPath()
{
static QStringList paths = {
QCoreApplication::applicationDirPath() + "/pythoncore.zip",
QCoreApplication::applicationDirPath() + "/pythoncore",
QCoreApplication::applicationDirPath() + "/dlls/pythoncore.zip",
QCoreApplication::applicationDirPath() + "/dlls/pythoncore",
IOrganizer::getPluginDataPath()
};