mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #4957 from ynput/bugfix/unreal-update_staticmesh_abc_missing_parameter
This commit is contained in:
commit
562c3ca4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ class StaticMeshAlembicLoader(plugin.Loader):
|
|||
source_path = get_representation_path(representation)
|
||||
destination_path = container["namespace"]
|
||||
|
||||
task = self.get_task(source_path, destination_path, name, True)
|
||||
task = self.get_task(source_path, destination_path, name, True, False)
|
||||
|
||||
# do import fbx and replace existing data
|
||||
unreal.AssetToolsHelpers.get_asset_tools().import_asset_tasks([task])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue