[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern object.c blender/source/blender/include BIF_outliner.h blender/source/blender/makesdna DNA_oops_types.h blender/source/blender/src header_oops.c outliner.c space.c

Ton Roosendaal ton at blender.org
Sun Oct 10 13:33:20 CEST 2004


ton (Ton Roosendaal) 2004/10/10 13:33:20 CEST

  Modified files:
    blender/source/blender/blenkernel/intern object.c 
    blender/source/blender/include BIF_outliner.h 
    blender/source/blender/makesdna DNA_oops_types.h 
    blender/source/blender/src header_oops.c outliner.c space.c 
  
  Log:
  - Added Outliner selection
  
  As a means to indicate items in the Outliner to do operations on, you can
  select with RMB items. Works like FileSelect here. Since selection in
  Outliner is only on outliner level, no further UI updates happen. That is
  reserved for LMB actions.
  
  Implemented right now are only few operations... they can be called up with
  the WKEY (the famous spare key :)
  - if objects selected, a menu appears with choices
  - if materials or textures selected, a meny appears to unlink them
  
  If you make mixed or confusing selections you get a warning message.
  
  TODO: add selection color in theme, and of course more operations.
  
  Revision  Changes    Path
  1.26      +9 -1      blender/source/blender/blenkernel/intern/object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/object.c.diff?r1=1.25&r2=1.26&cvsroot=bf-blender>
  1.7       +5 -1      blender/source/blender/include/BIF_outliner.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BIF_outliner.h.diff?r1=1.6&r2=1.7&cvsroot=bf-blender>
  1.9       +2 -2      blender/source/blender/makesdna/DNA_oops_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_oops_types.h.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>
  1.13      +2 -2      blender/source/blender/src/header_oops.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_oops.c.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>
  1.10      +430 -52   blender/source/blender/src/outliner.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/outliner.c.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>
  1.186     +9 -3      blender/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/space.c.diff?r1=1.185&r2=1.186&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list