io_scene_3ds: Moved specular color texture to specular tint #104918

Merged
Sebastian Sille merged 89 commits from :main into main 2023-09-27 00:42:09 +02:00
Showing only changes of commit d273f38726 - Show all commits

View File

@ -48,7 +48,7 @@ class Import3DS(bpy.types.Operator, ImportHelper):
filter_glob: StringProperty(default="*.3ds", options={'HIDDEN'}) filter_glob: StringProperty(default="*.3ds", options={'HIDDEN'})
constrain_size: FloatProperty( constrain_size: FloatProperty(
name="Constrain", name="Constrain Size",
description="Scale the model by 10 until it reaches the " description="Scale the model by 10 until it reaches the "
"size constraint (0 to disable)", "size constraint (0 to disable)",
min=0.0, max=1000.0, min=0.0, max=1000.0,