Blender Git Commit Log

Git Commits -> Revision c2cff1c

Revision c2cff1c by Brecht Van Lommel (master)
December 3, 2005, 23:22 (GMT)

More work on the new unwrapper code (orange branch):

- There is now a (temporary) dropdown box in the image window header for
switching between the old an new unwrapper code. So to test the changes
described below you need to enable the new unwrapper code.
- Pinning is now more predictable, if one uv is pinned, the others belonging
to the same vertex are pinned also.
- Live LSCM is much faster, since the LU factorization, the most expensive
part of the computation, is now stored and reused (was Jens' idea).
- Packing multiple uv charts is slightly improved, by doing a binary search
over the texture width. This fixes the case where all the charts are
packed at the bottom of the image.
- LSCM now uses an angle based formulation, and the results seem somewhat
different (maybe slightly better?), didn't find out why yet.

Commit Details:

Full Hash: c2cff1cbcf71634de3aca184c70cc4bd23fe35a8
SVN Revision: 6009
Parent Commit: 8cb1486
Lines Changed: +266, -121

9 Modified Paths:

/intern/opennl/intern/opennl.c (+13, -6) (Diff)
/source/blender/include/BDR_unwrapper.h (+9, -3) (Diff)
/source/blender/src/header_image.c (+4, -0) (Diff)
/source/blender/src/parametrizer.c (+149, -97) (Diff)
/source/blender/src/parametrizer.h (+8, -2) (Diff)
/source/blender/src/parametrizer_intern.h (+7, -3) (Diff)
/source/blender/src/transform_conversions.c (+3, -0) (Diff)
/source/blender/src/transform_generics.c (+5, -1) (Diff)
/source/blender/src/unwrapper.c (+68, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021