mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #3235 from pypeclub/bugfix/develop_webpublisher_ps_ignore_highlights
Webpublish: remove publish highlight when creating subset name
This commit is contained in:
commit
2fdbd0a927
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class CollectColorCodedInstances(pyblish.api.ContextPlugin):
|
|||
"variant": variant,
|
||||
"family": resolved_family,
|
||||
"task": task_name,
|
||||
"layer": layer.name
|
||||
"layer": layer.clean_name
|
||||
}
|
||||
|
||||
subset = resolved_subset_template.format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue