Merge branch 'develop' into bugfix/load-image-error-found-in-textureset-extracted-from-substance-painter

This commit is contained in:
Kayla Man 2023-12-06 21:42:31 +08:00 committed by GitHub
commit f791cba4c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,6 +230,7 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
# Create review components
# Change asset name of each new component for review
multiple_reviewable = len(review_representations) > 1
extended_asset_name = None
for index, repre in enumerate(review_representations):
if not self._is_repre_video(repre) and has_movie_review:
self.log.debug("Movie repre has priority "