[Bf-blender-cvs] CVS commit: blender/source/blender/src editmesh.c toolbox.c blender/source/blender/include BIF_toolbox.h

Martin Poirier theeth at yahoo.com
Sun Apr 11 02:23:07 CEST 2004


theeth (Martin Poirier) 2004/04/11 02:23:06 CEST

  Modified files:
    blender/source/blender/src editmesh.c toolbox.c 
    blender/source/blender/include BIF_toolbox.h 
  
  Log:
  Fix for bug #1145 bevel numbutton not changing when clicking on the sides
  
  http://projects.blender.org/tracker/index.php?func=detail&aid=1145&group_id=9&atid=125
  
  I changed the fbutton function to give the possibility to control the a1 and a2 parameters of the button.
  
  This commit also fixes two things in the bevel function:
  - The numbut didn't do anything because it wasn't recalculating the proper variable
  - The display wasn't recalculated when pressing Ctrl or Shift (it's now done by recalculating after every keyboard event. I've done it this way since the event loops seems to skip CTRL and SHIFT events)
  
  Revision  Changes    Path
  1.82      +11 -6     blender/source/blender/src/editmesh.c
  1.49      +3 -3      blender/source/blender/src/toolbox.c
  1.12      +2 -2      blender/source/blender/include/BIF_toolbox.h



More information about the Bf-blender-cvs mailing list