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
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 70b45a8858 - Show all commits

View File

@ -1538,7 +1538,7 @@ def save(operator, context, filepath="", scale_factor=1.0, unit_convert=False,
# Add MASTERSCALE element
mscale = _3ds_chunk(MASTERSCALE)
mscale.add_variable("scale", _3ds_float(unit_measure))
mscale.add_variable("scale", _3ds_float(1.0 / unit_measure))
object_info.add_subchunk(mscale)
# Init main keyframe data chunk