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

Ton Roosendaal ton at blender.org
Mon Oct 27 00:47:59 CET 2003


ton (Ton Roosendaal) 2003/10/27 00:47:59 CET

  Modified files:
    blender/source/blender/src drawobject.c editmesh.c 
  
  Log:
  - fixed this nasty selection problem, i hope for good!
  - problem was in limiting the abuse of frontbuffer drawing as happended
    a lot in 2.28 and older. the less the better...
  - bug was not registering a curarea->win_swap=FRONT_OK, to indicate there
    was only drawn in frontbuffer
  - cleaned up calls further, and made sure it doesnt draw 1 vertex too many!
    also means it works better with selecting in solid drawmode now, check!
  
  Revision  Changes    Path
  1.33      +2 -9      blender/source/blender/src/drawobject.c
  1.35      +79 -72    blender/source/blender/src/editmesh.c



More information about the Bf-blender-cvs mailing list