New Addon: Import Autodesk .max #105013
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user