New Addon: Import Autodesk .max #105013

Closed
Sebastian Sille wants to merge 136 commits from (deleted):nrgsille-import_max into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit ebb9cfac13 - Show all commits

View File

@ -1475,7 +1475,7 @@ def create_shell(context, node, shell, mat, mtx):
name = node.get_first(TYP_NAME).data
refs = get_references(shell)
msh = refs[-1]
created = create_editable_mesh(context, node, msh, mtx, mat)
created = create_editable_mesh(context, node, msh, mat, mtx)
return created