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:
authorPhilipp Oeser <info@graphics-engineer.com>2021-01-29 16:52:48 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2021-02-02 11:30:58 +0300
commitd917d7cf948579f6aee58863f16225ed6e5ec2a0 (patch)
tree0945a1f5c87216e4d0c9ee3509dbb6a031db2baa /source/creator
parent3ae74bcd29c6050c7261447c92737d85d4288bb7 (diff)
Fix T85194: Smart UV does not respect "Correct Aspect" correctly
This lead to wrong, stretched UVs regardless of the ON/OFF state of "Correct Aspect" option (some code in the operator respected this setting properly, whereas it was hardcoded in another part). Before rB9296ba867462, `uvedit_pack_islands_multi` was always called with `correct_aspect` = false for the UnwrapOptions. After rB9296ba867462, `ED_uvedit_pack_islands_multi` was always called with `correct_aspect` = true for the UVPackIsland_Params. Both seem wrong [in that they do not take the operator setting into account]. Now respect that setting [same as the following `uv_map_clip_correct_multi` does as well btw.] Now results match 2.90 [where this was still python] perfectly. Maniphest Tasks: T85194 Differential Revision: https://developer.blender.org/D10246
Diffstat (limited to 'source/creator')
0 files changed, 0 insertions, 0 deletions