Hound fixes

This commit is contained in:
Simone Barbieri 2021-09-23 16:56:33 +01:00
parent abc03a402a
commit fe0d4e8347
4 changed files with 3 additions and 17 deletions

View file

@ -185,7 +185,7 @@ class FbxCameraLoader(plugin.AssetLoader):
mat = asset_group.matrix_basis.copy()
self._remove(asset_group)
self._process(str(libpath), asset_group, object_name, action)
self._process(str(libpath), asset_group, object_name)
asset_group.matrix_basis = mat

View file

@ -110,7 +110,7 @@ class JsonLayoutLoader(plugin.AssetLoader):
creator_plugin = lib.get_creator_by_name("CreateCamera")
if not creator_plugin:
raise ValueError("Creator plugin \"CreateCamera\" was "
"not found.")
"not found.")
api.create(
creator_plugin,