mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Implement Alembic and FBX mesh loader
This commit is contained in:
parent
d193d14cfd
commit
711f55204b
3 changed files with 142 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ def ls():
|
|||
"""
|
||||
|
||||
comp = get_current_comp()
|
||||
tools = comp.GetToolList(False, "Loader").values()
|
||||
tools = comp.GetToolList(False).values()
|
||||
|
||||
for tool in tools:
|
||||
container = parse_container(tool)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue