Skip to content

Commit

Permalink
Merge pull request #3 from ynput/bugfix/AY-5562_Maya-duplicate-thumbn…
Browse files Browse the repository at this point in the history
…ail-integration-error

Chore: Make sure implicit thumbnail in higher priority over the thumbnail source
  • Loading branch information
moonyuet committed Jul 31, 2024
2 parents fd29d28 + 93e1fc1 commit ddd4dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_max/plugins/publish/extract_thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ExtractThumbnail(publish.Extractor):
"""Extract Thumbnail for Review
"""

order = pyblish.api.ExtractorOrder
order = pyblish.api.ExtractorOrder - 0.3
label = "Extract Thumbnail"
hosts = ["max"]
families = ["review"]
Expand Down

0 comments on commit ddd4dbd

Please sign in to comment.