Blender Git Commit Log
Git Commits -> Revision 5fa576a
Revision 5fa576a by Campbell Barton (master) March 26, 2008, 14:50 (GMT) |
UV Unwrap (lscm, project from view, cube etc) now default to correcting for the active images aspect ratio. This is now default but can be disabled in the UV Calculation panel. At the moment its called "Image Aspect" but another name could be better. |
Commit Details:
Full Hash: 5fa576a89f82f3d4d45b9aaf7cc4c388cc6d2d93
SVN Revision: 14243
Parent Commit: 6184c07
Lines Changed: +176, -80
11 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/include/BIF_drawimage.h (+0, -1) (Diff)
/source/blender/include/BIF_editsima.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+4, -0) (Diff)
/source/blender/src/buttons_editing.c (+3, -1) (Diff)
/source/blender/src/drawimage.c (+0, -74) (Diff)
/source/blender/src/editface.c (+50, -0) (Diff)
/source/blender/src/editsima.c (+75, -0) (Diff)
/source/blender/src/parametrizer.c (+22, -0) (Diff)
/source/blender/src/parametrizer.h (+4, -0) (Diff)
/source/blender/src/unwrapper.c (+15, -3) (Diff)
/source/blender/include/BIF_drawimage.h (+0, -1) (Diff)
/source/blender/include/BIF_editsima.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+4, -0) (Diff)
/source/blender/src/buttons_editing.c (+3, -1) (Diff)
/source/blender/src/drawimage.c (+0, -74) (Diff)
/source/blender/src/editface.c (+50, -0) (Diff)
/source/blender/src/editsima.c (+75, -0) (Diff)
/source/blender/src/parametrizer.c (+22, -0) (Diff)
/source/blender/src/parametrizer.h (+4, -0) (Diff)
/source/blender/src/unwrapper.c (+15, -3) (Diff)