Blender Git Commit Log

Git Commits -> Revision 0bd32f3

Revision 0bd32f3 by Campbell Barton (master)
September 10, 2007, 19:32 (GMT)
Changes to "Face Select" mode
* Does not indicate that UV's exist, nor does it add UV's when used.
* Only accessible for texturepaint, vertexpaint and weightpaint from a button in the header (Paint Selection Mask)
* Not accessible from the mode menu, this is only an option that applies to paint modes.

This dosnt effect DNA, face select (G_FACESELECT) can be enabled at any time but is only used when paint modes are enabled.

Other changes
* UKey is uv unwrap in editmode, Ukey for undo was editmode only anyway.
* UVCalc in editmode adds a UV Layer if there is not one alredy.
* texture draw in editmode does not draw the face dots (they are get in the way of texturing)
* some missing updates were added.
* removed manipulator from when paint modes are enabled since the manipulator is not drawn in the 3d view.

Commit Details:

Full Hash: 0bd32f3ac60393fca5af17534c8ee90e20664cbd
SVN Revision: 11997
Parent Commit: 1f0b07c
Lines Changed: +152, -182

29 Modified Paths:

/source/blender/blenkernel/BKE_global.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+2, -2) (Diff)
/source/blender/include/BDR_editface.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+1, -1) (Diff)
/source/blender/src/buttons_editing.c (+3, -5) (Diff)
/source/blender/src/buttons_shading.c (+1, -1) (Diff)
/source/blender/src/drawmesh.c (+1, -1) (Diff)
/source/blender/src/drawobject.c (+10, -9) (Diff)
/source/blender/src/drawscene.c (+0, -2) (Diff)
/source/blender/src/drawview.c (+4, -4) (Diff)
/source/blender/src/edit.c (+2, -2) (Diff)
/source/blender/src/editarmature.c (+1, -1) (Diff)
/source/blender/src/editface.c (+10, -47) (Diff)
/source/blender/src/editmesh.c (+2, -2) (Diff)
/source/blender/src/editmesh_add.c (+2, -2) (Diff)
/source/blender/src/editmesh_mods.c (+15, -4) (Diff)
/source/blender/src/editobject.c (+4, -4) (Diff)
/source/blender/src/editscreen.c (+1, -1) (Diff)
/source/blender/src/editsima.c (+1, -1) (Diff)
/source/blender/src/editview.c (+7, -8) (Diff)
/source/blender/src/header_info.c (+0, -1) (Diff)
/source/blender/src/header_view3d.c (+44, -58) (Diff)
/source/blender/src/outliner.c (+1, -1) (Diff)
/source/blender/src/poseobject.c (+1, -1) (Diff)
/source/blender/src/space.c (+22, -19) (Diff)
/source/blender/src/toolbox.c (+1, -1) (Diff)
/source/blender/src/transform_manipulator.c (+1, -1) (Diff)
/source/blender/src/unwrapper.c (+8, -1) (Diff)
/source/blender/src/view.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021