mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Hound fixes
This commit is contained in:
parent
07fd5ba12c
commit
7789fb8299
4 changed files with 7 additions and 5 deletions
|
|
@ -174,7 +174,8 @@ class AssetLoader(api.Loader):
|
|||
context: dict,
|
||||
name: Optional[str] = None,
|
||||
namespace: Optional[str] = None,
|
||||
options: Optional[Dict] = None) -> Optional[bpy.types.Collection]:
|
||||
options: Optional[Dict] = None
|
||||
) -> Optional[bpy.types.Collection]:
|
||||
"""Load asset via database
|
||||
|
||||
Arguments:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue