Blender Git Commit Log
Git Commits -> Revision 9a41ac4
Revision 9a41ac4 by Ton Roosendaal (master) May 7, 2005, 15:50 (GMT) |
Patch from Tom Musgrove to bypass extrude popup on singular selections... Implementation had some issues though, since: a) Blender has no stats available that tells amount of selected edges b) Bypassing the popup should be 100% accurate b) Once you do that, the popup should actually only show possible choices as well. So! I've added a G.totedge and G.totedgesel, also being printed in the info header. Using this variable the extrude popups could be limited too. Also: made 'normal alignment' for edge-only selections work when the normal wasn't pointing OK. Now it aligns the Z axis with the edge itself Exact algorithm for choosing a 'normal' and 'plane' still is weak. |
Commit Details:
Full Hash: 9a41ac4f70fb85490d0c4e259ba1873a4fd1c5dd
SVN Revision: 4388
Parent Commit: 71c2d1e
Lines Changed: +64, -29
6 Modified Paths:
/source/blender/blenkernel/BKE_global.h (+2, -2) (Diff)
/source/blender/src/edit.c (+11, -10) (Diff)
/source/blender/src/editmesh_mods.c (+2, -2) (Diff)
/source/blender/src/editmesh_tools.c (+26, -6) (Diff)
/source/blender/src/header_info.c (+15, -3) (Diff)
/source/blender/src/transform_manipulator.c (+8, -6) (Diff)
/source/blender/src/edit.c (+11, -10) (Diff)
/source/blender/src/editmesh_mods.c (+2, -2) (Diff)
/source/blender/src/editmesh_tools.c (+26, -6) (Diff)
/source/blender/src/header_info.c (+15, -3) (Diff)
/source/blender/src/transform_manipulator.c (+8, -6) (Diff)