3
11

New Addon: Import Autodesk .max #22

Closed
Sebastian Sille wants to merge 38 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 d41ace599b - 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