mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Fix naming problem when loading animation for the asset container
This commit is contained in:
parent
337df2d605
commit
9c2a7253ea
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class AnimationFBXLoader(plugin.Loader):
|
|||
|
||||
instance_name = data.get("instance_name")
|
||||
|
||||
animation = self._process(asset_dir, container_name, instance_name)
|
||||
animation = self._process(asset_dir, asset_name, instance_name)
|
||||
|
||||
asset_content = EditorAssetLibrary.list_assets(
|
||||
hierarchy_dir, recursive=True, include_folder=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue