io_scene_3ds: Moved specular color texture to specular tint #104918
@ -1407,7 +1407,7 @@ def load_3ds(filepath, context, CONSTRAIN=10.0, UNITS=False, IMAGE_SEARCH=True,
|
|||||||
scn = context.scene
|
scn = context.scene
|
||||||
|
|
||||||
if UNITS:
|
if UNITS:
|
||||||
unit_length = sce.unit_settings.length_unit
|
unit_length = scn.unit_settings.length_unit
|
||||||
if unit_length == 'KILOMETERS':
|
if unit_length == 'KILOMETERS':
|
||||||
MEASURE = 1000.0
|
MEASURE = 1000.0
|
||||||
elif unit_length == 'CENTIMETERS':
|
elif unit_length == 'CENTIMETERS':
|
||||||
|
Loading…
Reference in New Issue
Block a user