mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-31 02:45:45 +00:00
Use python invoker wrapper everywhere for pyrenderdoc
* This includes in the parameters of extension callbacks.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user