mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 06:05:45 +00:00
Watch python extensions for changes on disk and update status bar
* We show a button to quickly reload changed extensions.
This commit is contained in:
@@ -357,6 +357,14 @@ struct ExtensionMetadata
|
||||
:type: str
|
||||
)");
|
||||
rdcstr description;
|
||||
|
||||
DOCUMENT(R"(A flag indicating that the extension has changed on disk since the last time it was loaded.
|
||||
|
||||
This will always be false if the extension is unloaded.
|
||||
|
||||
:type: bool
|
||||
)");
|
||||
bool hasChanges = false;
|
||||
};
|
||||
|
||||
DECLARE_REFLECTION_STRUCT(ExtensionMetadata);
|
||||
|
||||
Reference in New Issue
Block a user