Blender Git Loki
Git Commits -> Revision 1c603b6
Revision 1c603b6 by Campbell Barton (master) September 19, 2007, 10:54 (GMT) |
Local Image View for UV/Editmode When mapping multiple images on 1 mesh, the UV coordinates often overlap and in many cases you only want to edit the uv coords for the faces applied to that image, this is an option that only displays UV's for faces use the currently displayed image. |
Commit Details:
Full Hash: 1c603b63c712a539056e122f3facbfdfcc3dd912
SVN Revision: 12092
Parent Commit: 2f46df3
Lines Changed: +184, -177
10 Modified Paths:
/source/blender/include/BIF_drawimage.h (+2, -1) (Diff)
/source/blender/include/BIF_editsima.h (+8, -2) (Diff)
/source/blender/include/blendef.h (+5, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/src/drawimage.c (+73, -66) (Diff)
/source/blender/src/editsima.c (+57, -73) (Diff)
/source/blender/src/headerbuttons.c (+6, -8) (Diff)
/source/blender/src/header_image.c (+23, -20) (Diff)
/source/blender/src/space.c (+5, -0) (Diff)
/source/blender/src/transform_conversions.c (+4, -4) (Diff)
/source/blender/include/BIF_editsima.h (+8, -2) (Diff)
/source/blender/include/blendef.h (+5, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/src/drawimage.c (+73, -66) (Diff)
/source/blender/src/editsima.c (+57, -73) (Diff)
/source/blender/src/headerbuttons.c (+6, -8) (Diff)
/source/blender/src/header_image.c (+23, -20) (Diff)
/source/blender/src/space.c (+5, -0) (Diff)
/source/blender/src/transform_conversions.c (+4, -4) (Diff)