Import_3ds: Fixed mismatched letter in scene variable #104792

Merged
Sebastian Sille merged 37 commits from :main into main 2023-07-28 19:45:28 +02:00
1 changed files with 1 additions and 1 deletions
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(