Use python invoker wrapper everywhere for pyrenderdoc

* This includes in the parameters of extension callbacks.
This commit is contained in:
baldurk
2026-08-27 12:45:52 +01:00
parent 3026718788
commit 9a2ec4aa19
7 changed files with 108 additions and 108 deletions
-2
View File
@@ -671,8 +671,6 @@ int main(int argc, char *argv[])
ANALYTIC_SET(UIFeatures.PythonInterop, true);
py.ctx().setGlobal("pyrenderdoc", (ICaptureContext *)&ctx);
QObject::connect(&py.ctx(), &PythonContext::exception,
[&pythonExited](const QString &, const QString &type, const QString &value,
int, QList<QString> frames) {