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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-04-19 01:00:29 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-04-19 01:00:29 +0400
commit116f1ae4d6e0b5e88202e8143be978a4c194bbb1 (patch)
tree2615c6328a168a50109473142076c15ea4ae3476 /source/blender/collada/MeshImporter.cpp
parent443d58f65ae4affacdefeba6945afd89e1bdc938 (diff)
Fix #35011: UV unwrap giving poor results for ngons.
Problem is that the scanfill result gives poorly shaped triangles, which is fine for OpenGL drawing but does not work well for unwrapping. Another problem was that it was doing random float offsets to avoid some degenerate cases, but this meant that unwrapping a part of a mesh or the whole thing could give different results for a UV island. Now UV unwrap does own triangulation of ngons.
Diffstat (limited to 'source/blender/collada/MeshImporter.cpp')
0 files changed, 0 insertions, 0 deletions