mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Update client/ayon_core/hosts/maya/plugins/publish/extract_pointcache.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
947b008c55
commit
7dea47f608
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ class ExtractAnimation(ExtractAlembic):
|
|||
# Collect the out set nodes
|
||||
out_sets = [node for node in instance if node.endswith("out_SET")]
|
||||
if len(out_sets) != 1:
|
||||
raise RuntimeError(
|
||||
raise KnownPublishError(
|
||||
"Couldn't find exactly one out_SET: {0}".format(out_sets)
|
||||
)
|
||||
out_set = out_sets[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue