mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 09:56:39 +00:00
Add a settings window entry to add extra python stubs paths
This commit is contained in:
@@ -286,7 +286,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
{
|
||||
QCoreApplication application(argc, mod_argv);
|
||||
PythonContext::GlobalInit();
|
||||
PersistantConfig cfg;
|
||||
PythonContext::GlobalInit(cfg);
|
||||
|
||||
logstream << "Checking python binding consistency.\n";
|
||||
|
||||
@@ -631,7 +632,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
else
|
||||
{
|
||||
PythonContext::GlobalInit();
|
||||
PythonContext::GlobalInit(config);
|
||||
|
||||
if(updateApplied)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user