io_scene_3ds: Added feet to imperial unit length measure #104808

Merged
Sebastian Sille merged 61 commits from :main into main 2023-07-31 12:48:33 +02:00
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),
('EMPTY',"Empty".rjust(11),"",'EMPTY_DATA',0x10),
),
description="Object types to export",
description="Object types to import",
default={'WORLD', 'MESH', 'LIGHT', 'CAMERA', 'EMPTY'},
)
use_apply_transform: BoolProperty(