Blender Git Commit Log

Git Commits -> Revision afbc555

Revision afbc555 by Joseph Eagar (master)
July 22, 2009, 22:35 (GMT)
bmeshafied uv unwrapping ops. for lcsm (unwrap), which only takes triangles, I used scanfill to tesselate ngons, which mostly works. scanfill however doesn't always generate nice enough tesselations for lcsm to work properly; the solution is to write a version of beauty fill (which basically turns an arbritrary triangulation into a constrained delauney triangulation) for scanfill, and use it to clean up the tesselations.

Commit Details:

Full Hash: afbc5555dc8e083f36fae47e26c1d73f3df75df6
SVN Revision: 21808
Parent Commit: fa7a27e
Lines Changed: +363, -264

3 Modified Paths:

/source/blender/blenlib/intern/scanfill.c (+28, -0) (Diff)
/source/blender/bmesh/intern/bmesh_to_editmesh.c (+6, -4) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+329, -260) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021