mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound
This commit is contained in:
parent
37cefd892c
commit
08f47c77fd
1 changed files with 1 additions and 3 deletions
|
|
@ -45,9 +45,7 @@ class ExtractFBXAnimation(publish.Extractor):
|
|||
# names as existing in the rig workfile
|
||||
namespace, relative_out_set = out_set_name.split(":", 1)
|
||||
cmds.namespace(relativeNames=True)
|
||||
with namespaced(
|
||||
":" + namespace,
|
||||
new=False, relative_names=True) as namespace:
|
||||
with namespaced(":" + namespace,new=False, relative_names=True) as namespace: # noqa
|
||||
fbx_exporter.export(relative_out_set, path)
|
||||
|
||||
representations = instance.data.setdefault("representations", [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue