[Bf-blender-cvs] CVS commit: blender/source/blender/makesdna DNA_space_types.h blender/source/blender/src drawipo.c outliner.c space.c

Ton Roosendaal ton at blender.org
Wed Dec 6 15:37:52 CET 2006


ton (Ton Roosendaal) 2006/12/06 15:37:52 CET

  Modified files:
    blender/source/blender/makesdna DNA_space_types.h 
    blender/source/blender/src drawipo.c outliner.c space.c 
  
  Log:
  Bugfix #5356
  
  Outliner: the new 'restriction' options were drawn as buttons, and created
  always even when not visible. Gave big slowdowns on large data sets.
  
  Also: help lines were drawn as shorts, should be floats
  
  Cannot fix: button coordinates are short by default still, giant outliner
  data sets draw buttons in wrong location.
  
  Did add nice feature though; on several events the outliner now is not
  being re-built anymore, but redrawn only. I want to be a bit conservative
  with it though... but it happens for:
  - LMB drag to select items
  - pageup/down, scrollwheel, mmb scroll
  - search item
  - show active item
  - toggle selection
  Makes a good difference :)
  
  Revision  Changes    Path
  1.54      +4 -2      blender/source/blender/makesdna/DNA_space_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_space_types.h.diff?r1=1.53&r2=1.54&cvsroot=bf-blender>
  1.89      +4 -1      blender/source/blender/src/drawipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawipo.c.diff?r1=1.88&r2=1.89&cvsroot=bf-blender>
  1.89      +71 -54    blender/source/blender/src/outliner.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/outliner.c.diff?r1=1.88&r2=1.89&cvsroot=bf-blender>
  1.420     +2 -1      blender/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/space.c.diff?r1=1.419&r2=1.420&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list