mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add the full stop
This commit is contained in:
parent
ed60c361ba
commit
f52af5bcc4
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class ExtractFBXAnimation(publish.Extractor):
|
|||
]
|
||||
self.log.debug(
|
||||
"Top group of animated skeleton not found in "
|
||||
"{}.\nSkipping fbx animation extraction".format(skeleton_set))
|
||||
"{}.\nSkipping fbx animation extraction.".format(skeleton_set))
|
||||
return
|
||||
|
||||
namespace = get_namespace(out_members[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue