mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
3fdccc886f
commit
69c33f9c8f
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ class ExtractFBXAnimation(publish.Extractor):
|
|||
# names as existing in the rig workfile
|
||||
if not out_members:
|
||||
self.log.debug(
|
||||
"Top group of animated skeleton not found...skipping extraction")
|
||||
"Top group of animated skeleton not found.."
|
||||
"skipping extraction")
|
||||
return
|
||||
|
||||
namespace = get_namespace(out_members[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue