io_scene_3ds: Moved specular color texture to specular tint #104918
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user