Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAras Pranckevicius <aras_p>2022-03-20 00:13:21 +0300
committerAras Pranckevicius <aras@nesnausk.org>2022-03-23 13:59:57 +0300
commit9ed566efb67a20c66e6d8c2965546b89bdd9764e (patch)
tree4b023782098d06e9d14a00aeae81bd99c03e7dd2 /source/blender/io/wavefront_obj/exporter/obj_export_file_writer.cc
parent3a1e6bc1d5807b732536c73170f11268fb398726 (diff)
Fix T96415: new OBJ exporter was applying scaling factor incorrectly
Instead of scaling "the scene" (i.e. transform vertices by object matrix, then multiply by scale factor), it was instead first applying the scale factor in local space, and then transforming by the object matrix. Cherry picked from 5bfdaaa80082, original differential D14347.
Diffstat (limited to 'source/blender/io/wavefront_obj/exporter/obj_export_file_writer.cc')
0 files changed, 0 insertions, 0 deletions