Add "blender" to hosts list for Validate File Saved

This commit is contained in:
Roy Nieterau 2025-07-04 23:28:41 +02:00
parent e86bf9c787
commit f2b67e3d79

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):