mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Hound fixes
This commit is contained in:
parent
abc03a402a
commit
fe0d4e8347
4 changed files with 3 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue