mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-31 19:05:53 +00:00
Use python invoker wrapper everywhere for pyrenderdoc
* This includes in the parameters of extension callbacks.
This commit is contained in:
@@ -168,7 +168,6 @@ private slots:
|
||||
private:
|
||||
Ui::PythonShell *ui;
|
||||
ICaptureContext &m_Ctx;
|
||||
ICaptureContext *m_ThreadCtx = NULL;
|
||||
|
||||
ScintillaEdit *runningScriptEditor = NULL;
|
||||
|
||||
@@ -248,7 +247,6 @@ private:
|
||||
void updateScriptOutput(bool fullRefresh);
|
||||
|
||||
PythonContext *newContext();
|
||||
void setGlobals(PythonContext *ret);
|
||||
|
||||
void doAutocomplete(ScintillaEdit *editor);
|
||||
void doFunccomplete(ScintillaEdit *editor);
|
||||
|
||||
Reference in New Issue
Block a user