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

alexander ewering intrr at intrr.org
Fri Jul 18 17:50:35 CEST 2003


intrr (alexander ewering) 2003/07/18 17:50:34 CEST

  Modified files:
    blender/source/blender/src editgroup.c space.c 
  
  Log:
  Added "Group selection" menu (SHIFT-G), which offers the following options:
  
  1 - Children
  2 - Immediate Children
  3 - Parent
  4 - Objects on shared layers
  
  1: Selects all direct children of the active object
  2: Select all children, children's children etc. of the active object
  3: Makes the parent of the current object active, and deselects the
     active object
  4: Selects all objects that share at least one layer with the active object
  
  Useful for stepping through object hierarchies and for quickly selecting
  objects belonging together.
  
  See my message on bf-committers as well.
  
  Revision  Changes    Path
  1.4       +1 -82     blender/source/blender/src/editgroup.c
  1.36      +71 -11    blender/source/blender/src/space.c



More information about the Bf-blender-cvs mailing list