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 07e4bb71c2 - Show all commits

View File

@ -1508,7 +1508,6 @@ def create_editable_poly(context, node, msh, mat, mtx, umt, uvm):
def create_editable_mesh(context, node, msh, mat, mtx, umt):
name = node.get_first(TYP_NAME).data
poly = msh.get_first(0x08FE)
created = False
if (poly):
@ -1521,7 +1520,6 @@ def create_editable_mesh(context, node, msh, mat, mtx, umt):
def create_shell(context, node, shell, mat, mtx, umt, uvm):
name = node.get_first(TYP_NAME).data
refs = get_references(shell)
msh = refs[-1]
if (get_class_name(msh) == "'Editable Poly'"):