[Bf-blender-cvs] CVS commit: blender/source/blender/src buttons_scene.c

Ton Roosendaal ton at blender.org
Tue Jul 27 13:42:51 CEST 2004


ton (Ton Roosendaal) 2004/07/27 13:42:51 CEST

  Modified files:
    blender/source/blender/src buttons_scene.c 
  
  Log:
  Bug fix #1477
  
  Important for everyone to know; buttons with event return code 0 pass on
  the button event to other buttons. This was in yafray panels so, causing
  buttons unwanted to be pressed when dragging sliders.
  
  The official 'empty' event is B_DIFF, to denote that back and frontbuffers
  are different, since the button was updated in front only with a press.
  Alternative is B_NOP, which doesnt do anything.
  
  Revision  Changes    Path
  1.53      +21 -21    blender/source/blender/src/buttons_scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_scene.c.diff?r1=1.52&r2=1.53&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list