mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
add missing codes for switching on/off the loaded plugin validator
This commit is contained in:
parent
77776d0943
commit
a43b842097
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ class ValidateLoadedPlugin(OptionalPyblishPluginMixin,
|
|||
|
||||
def get_invalid(self, instance):
|
||||
"""Plugin entry point."""
|
||||
if not self.is_active(instance.data):
|
||||
self.log.debug("Skipping Validate Loaded Plugin...")
|
||||
return
|
||||
invalid = []
|
||||
# display all DLL loaded plugins in Max
|
||||
plugin_info = get_plugins()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue