mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Update openpype/hosts/flame/plugins/publish/collect_timeline_instances.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
7825da7736
commit
3f8f9b9008
1 changed files with 1 additions and 2 deletions
|
|
@ -98,8 +98,7 @@ class CollectTimelineInstances(pyblish.api.ContextPlugin):
|
|||
label = asset
|
||||
if asset != clip_name:
|
||||
label += " ({})".format(clip_name)
|
||||
label += " {}".format(subset)
|
||||
label += " {}".format("[" + ", ".join(families) + "]")
|
||||
label += " {} [{}]".format(subset, ", ".join(families))
|
||||
|
||||
inst_data.update({
|
||||
"name": "{}_{}".format(asset, subset),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue