Merge pull request #1363 from BigRoy/enhancement/validate_file_saved_blender

This commit is contained in:
Roy Nieterau 2025-07-08 14:59:44 +02:00 committed by GitHub
commit 17f24b5dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ class ValidateCurrentSaveFile(pyblish.api.ContextPlugin):
label = "Validate File Saved"
order = pyblish.api.ValidatorOrder - 0.1
hosts = ["fusion", "houdini", "max", "maya", "nuke", "substancepainter",
"cinema4d", "silhouette", "gaffer"]
"cinema4d", "silhouette", "gaffer", "blender"]
actions = [SaveByVersionUpAction, ShowWorkfilesAction]
def process(self, context):