Skip to content

Commit

Permalink
Add max and substancepainter + sort the host names
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Aug 28, 2024
1 parent 2cc0d15 commit 3245a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/plugins/publish/validate_file_saved.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ValidateCurrentSaveFile(pyblish.api.ContextPlugin):

label = "Validate File Saved"
order = pyblish.api.ValidatorOrder - 0.1
hosts = ["maya", "houdini", "nuke", "fusion"]
hosts = ["fusion", "houdini", "max", "maya", "nuke", "substancepainter"]
actions = [SaveByVersionUpAction, ShowWorkfilesAction]

def process(self, context):
Expand Down

0 comments on commit 3245a74

Please sign in to comment.