mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #6077 from ynput/bugfix/ftrack-multiple-reviewables-missing
Ftrack: update asset names for multiple reviewable items
This commit is contained in:
commit
9ea90962c8
1 changed files with 2 additions and 1 deletions
|
|
@ -352,7 +352,8 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
|
|||
|
||||
# add extended name if any
|
||||
if (
|
||||
not self.keep_first_subset_name_for_review
|
||||
multiple_reviewable
|
||||
and not self.keep_first_subset_name_for_review
|
||||
and extended_asset_name
|
||||
):
|
||||
other_item["asset_data"]["name"] = extended_asset_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue