mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 10:25:43 +00:00
Add a drop-down for the script output panel to switch context
* By default we still display all messages, but this allows users to switch to just seeing the output from one extension if desired.
This commit is contained in:
@@ -1311,7 +1311,11 @@ QString PythonContext::LoadExtension(ICaptureContext &ctx, const rdcstr &extensi
|
||||
ext = NULL;
|
||||
}
|
||||
|
||||
if(!ext)
|
||||
if(ext)
|
||||
{
|
||||
emit m_ExtensionContext->extensionLoaded(extension);
|
||||
}
|
||||
else
|
||||
{
|
||||
if(typeStr.isEmpty())
|
||||
FetchException(typeStr, valueStr, finalLine, frames);
|
||||
|
||||
Reference in New Issue
Block a user