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 f18b8463b6 - Show all commits

View File

@ -74,7 +74,7 @@ class Import3DS(bpy.types.Operator, ImportHelper):
('CAMERA',"Camera".rjust(11),"",'CAMERA_DATA',0x8), ('CAMERA',"Camera".rjust(11),"",'CAMERA_DATA',0x8),
('EMPTY',"Empty".rjust(11),"",'EMPTY_DATA',0x10), ('EMPTY',"Empty".rjust(11),"",'EMPTY_DATA',0x10),
), ),
description="Object types to export", description="Object types to import",
default={'WORLD', 'MESH', 'LIGHT', 'CAMERA', 'EMPTY'}, default={'WORLD', 'MESH', 'LIGHT', 'CAMERA', 'EMPTY'},
) )
use_apply_transform: BoolProperty( use_apply_transform: BoolProperty(