New Addon: Import Autodesk .max #22
@ -1466,7 +1466,6 @@ def get_poly_data(chunk):
|
||||
|
||||
def create_editable_poly(context, node, msh, mat, mtx, umt, uvm):
|
||||
coords = point4i = point6i = pointNi = None
|
||||
name = node.get_first(TYP_NAME).data
|
||||
poly = msh.get_first(0x08FE)
|
||||
created = False
|
||||
lidx = []
|
||||
@ -1606,7 +1605,6 @@ def load(operator, context, filepath="", scale_objects=1.0, use_material=True,
|
||||
mscale = mathutils.Matrix.Scale(scale_objects, 4)
|
||||
if global_matrix is not None:
|
||||
mscale = global_matrix @ mscale
|
||||
|
||||
read(context, filepath, mscale, usemat=use_material, uvmesh=use_uv_mesh, transform=use_apply_matrix)
|
||||
|
||||
return {'FINISHED'}
|
Reference in New Issue
Block a user