mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Refactor integrate_ftrack_instances.py to update asset names for multiple reviewable items
- Add a condition to also check if multiple_reviewable is True before updating the asset name.
This commit is contained in:
parent
09a7ecdcc6
commit
19666f7df3
1 changed files with 1 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
|
|||
if (
|
||||
not self.keep_first_subset_name_for_review
|
||||
and extended_asset_name
|
||||
and multiple_reviewable
|
||||
):
|
||||
other_item["asset_data"]["name"] = extended_asset_name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue