mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/hosts/hiero/plugins/publish/collect_clip_effects.py
Co-authored-by: Jakub Ježek <jakub@ynput.io>
This commit is contained in:
parent
d3276c70df
commit
f69c63042f
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class CollectClipEffects(pyblish.api.InstancePlugin):
|
|||
# Some classes can have a number in them. Like Text2.
|
||||
found_cls = ""
|
||||
for cls in category_by_effect.keys():
|
||||
if value["class"].startswith(cls):
|
||||
if cls in value["class"]:
|
||||
found_cls = cls
|
||||
|
||||
effects_categorized[category_by_effect[found_cls]][key] = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue