mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
chore: added optional tag for testing
This commit is contained in:
parent
e4b24189d1
commit
b5b1be262e
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class ValidateSaverOutputExtension(pyblish.api.InstancePlugin):
|
|||
label = "Validate Saver Output Extension"
|
||||
families = ["render"]
|
||||
hosts = ["fusion"]
|
||||
optional = True
|
||||
actions = [SelectInvalidAction, RepairAction]
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue