Merge pull request #4957 from ynput/bugfix/unreal-update_staticmesh_abc_missing_parameter

This commit is contained in:
Simone Barbieri 2023-05-10 16:38:51 +01:00 committed by GitHub
commit 562c3ca4ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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])