[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel BKE_global.h blender/source/blender/src edit.c editmesh_mods.c editmesh_tools.c header_info.c transform_manipulator.c

Ton Roosendaal ton at blender.org
Sat May 7 17:50:09 CEST 2005


ton (Ton Roosendaal) 2005/05/07 17:50:09 CEST

  Modified files:
    blender/source/blender/blenkernel BKE_global.h 
    blender/source/blender/src edit.c editmesh_mods.c 
                               editmesh_tools.c header_info.c 
                               transform_manipulator.c 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.22      +3 -3      blender/source/blender/blenkernel/BKE_global.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/BKE_global.h.diff?r1=1.21&r2=1.22&cvsroot=bf-blender>
  1.66      +12 -11    blender/source/blender/src/edit.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/edit.c.diff?r1=1.65&r2=1.66&cvsroot=bf-blender>
  1.51      +2 -2      blender/source/blender/src/editmesh_mods.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmesh_mods.c.diff?r1=1.50&r2=1.51&cvsroot=bf-blender>
  1.43      +26 -6     blender/source/blender/src/editmesh_tools.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmesh_tools.c.diff?r1=1.42&r2=1.43&cvsroot=bf-blender>
  1.59      +16 -4     blender/source/blender/src/header_info.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_info.c.diff?r1=1.58&r2=1.59&cvsroot=bf-blender>
  1.35      +8 -6      blender/source/blender/src/transform_manipulator.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform_manipulator.c.diff?r1=1.34&r2=1.35&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list