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

Ton Roosendaal ton at blender.org
Fri Jul 11 22:02:55 CEST 2003


ton (Ton Roosendaal) 2003/07/11 22:02:55 CEST

  Modified files:
    blender/source/blender/src drawobject.c editview.c view.c 
  
  Log:
  * selecting objects has a different frontbuffer drawing handling now.
    instead of drawing everything again, in all windows, it restricts to
    the active and previous active object. when there are more objects to
    be redrawn, it does a normal swapbuffers.
    Result is it all redraws & selects a lot faster in complex scenes
  
  * Little fix in "BallTable" routine when moving mouse vertical out of
    the 3d window.
  
  Revision  Changes    Path
  1.12      +6 -6      blender/source/blender/src/drawobject.c
  1.7       +15 -14    blender/source/blender/src/editview.c
  1.6       +15 -14    blender/source/blender/src/view.c



More information about the Bf-blender-cvs mailing list