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 049a6fb932 - Show all commits

View File

@ -1142,14 +1142,6 @@ def get_color(colors, idx):
return None
def get_float(colors, idx):
prop = get_property(colors, idx)
if (prop is not None):
fl, offset = get_float(prop.data, 15)
return fl
return None
def get_standard_material(refs):
material = None
try: