Implement Alembic and FBX mesh loader

This commit is contained in:
Roy Nieterau 2022-09-28 16:14:41 +02:00
parent d193d14cfd
commit 711f55204b
3 changed files with 142 additions and 1 deletions

View file

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