mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #194 from tokejepsen/feature/optional_script_validation
Optional script validation
This commit is contained in:
commit
174168cf7d
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ class ValidateScript(pyblish.api.InstancePlugin):
|
|||
families = ["workfile"]
|
||||
label = "Check script settings"
|
||||
hosts = ["nuke"]
|
||||
optional = True
|
||||
|
||||
def process(self, instance):
|
||||
ctx_data = instance.context.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue