mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
hound
This commit is contained in:
parent
b3649b5c5c
commit
ed60c361ba
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ class ExtractFBXAnimation(publish.Extractor):
|
|||
# names as existing in the rig workfile
|
||||
if not out_members:
|
||||
skeleton_set = [
|
||||
i for i in instance
|
||||
if i.endswith("skeletonAnim_SET")
|
||||
i for i in instance
|
||||
if i.endswith("skeletonAnim_SET")
|
||||
]
|
||||
self.log.debug(
|
||||
"Top group of animated skeleton not found in "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue