Blender Git Loki

Git Commits -> Revision e66b5e5

Revision e66b5e5 by Brecht Van Lommel (master)
February 5, 2006, 14:12 (GMT)

UV Editor Tweaks:

- Set local sticky in the uv editor as default.
- Don't do live unwrap on fully selected charts or charts with no pins
selected.
- Fixed bug with live unwrap not respecting transform cancel in some cases.
- "View Home" didn't work without an image.
- Move UV Calculation settings (cube size, cylinder radius, ..) into the scene
toolsettings, instead of global variables
- Remove the name LSCM from the UI (and python docs on seams), and replace it
with 'Unwrap', with upcoming ABF this didn't make sense anymore.
- Move the Old/New LSCM switch into the UV Calculation panel. New LSCM is the
default now. Also renamed LSCM there to "Conformal".
- Made some room in the UV Calculation panel by removing the buttons to execute
the UV calculation, only leaving the settings.

Fill Holes:

- LSCM now has an option to fill holes in the chart before unwrapping. This on
by default, and enables two things:
- Prevent internal overlaps (e.g. eyes, mouth) for LSCM unwrapping.
- Allow the internal boundaries to move freely during stretch minimize.
- The possibility to switch it off is there because it is not always possible
to define which the outer boundary is. For example with an open cylinder
where there are two identical holes.

Commit Details:

Full Hash: e66b5e5cd5758f1259ec5a22d47f58ec3e9e3536
SVN Revision: 6675
Parent Commit: 3c9494b
Lines Changed: +5334, -2979

21 Modified Paths:

/source/blender/blenkernel/intern/scene.c (+5, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+24, -0) (Diff)
/source/blender/include/BDR_unwrapper.h (+2, -1) (Diff)
/source/blender/include/butspace.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+9, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Mesh.py (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+1, -1) (Diff)
/source/blender/src/blenderbuttons.c (+1825, -1901) (Diff)
/source/blender/src/buttons_editing.c (+14, -39) (Diff)
/source/blender/src/drawimage.c (+14, -6) (Diff)
/source/blender/src/editface.c (+16, -18) (Diff)
/source/blender/src/editsima.c (+1, -0) (Diff)
/source/blender/src/header_image.c (+8, -10) (Diff)
/source/blender/src/parametrizer.c (+3273, -913) (Diff)
/source/blender/src/parametrizer.h (+6, -1) (Diff)
/source/blender/src/parametrizer_intern.h (+83, -66) (Diff)
/source/blender/src/space.c (+4, -1) (Diff)
/source/blender/src/transform_conversions.c (+1, -1) (Diff)
/source/blender/src/transform_generics.c (+3, -3) (Diff)
/source/blender/src/unwrapper.c (+42, -13) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021