[Bf-blender-cvs] CVS commit: blender/source/blender/src header_action.c outliner.c space.c

Ton Roosendaal ton at blender.org
Mon Oct 3 21:50:05 CEST 2005


ton (Ton Roosendaal) 2005/10/03 21:50:05 CEST

  Modified files:
    blender/source/blender/src header_action.c outliner.c space.c 
  
  Log:
  Brought back Outliner operations!
  
  Since clicking on outliner items activates/selects, and not all outliner
  elements allow selection (like scene, mesh, material, etc) there's another
  selection method needed.
  
  It works by leftclicking (click-drag works too) outside of the outliner
  icons or texts. This allows rapid selecting, without any change in the
  other windows.
  
  Then press Wkey or RightMouse for an operations menu. Based on the
  selection you get a menu with options. Currently available;
  
  - Objects: Select/Deselect/Delete
  - Materials: Unlink
  - Textures: Unlink
  - Bones: Select/Deselect/Hide/Unhide
  
  Notes:
  - mixed selections give an error.
  - selection doesn't flush down into closed outliner items.
  - selection state is persistant (saved in files), and unique per
    Outliner window, so can be used as sortof temporal grouping.
  
  Hotkey SHIFT+A: select/deselect all open outliner items
  
  The system can be easily expanded with a lot of interesting options, of
  course.
  
  Revision  Changes    Path
  1.29      +4 -2      blender/source/blender/src/header_action.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/header_action.c.diff?r1=1.28&r2=1.29&cvsroot=bf-blender>
  1.53      +99 -6     blender/source/blender/src/outliner.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/outliner.c.diff?r1=1.52&r2=1.53&cvsroot=bf-blender>
  1.303     +7 -4      blender/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/space.c.diff?r1=1.302&r2=1.303&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list