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

Matt Ebb matt at mke3.net
Mon Oct 20 04:19:18 CEST 2003


broken (Matt Ebb) 2003/10/20 04:19:18 CEST

  Modified files:
    blender/source/blender/src editview.c header_view3d.c 
  
  Log:
  Object selection from tuhopuu2:
  Select All by Type / Select All by Layer
  
  User info:
  Found in (object mode) 3D View header menu > Select >
  Select All by Type selects all objects on visible layers of a certain type
  Select All by Layer selects all objects on a certain layer (visible / invisible)
  
  These used together are useful for managing a complex scene, for example
  quickly selecting all the lamps and moving them to a separate layer, or
  selecting the contents of a layer without having to disrupt the view
  configuration of visible/invisible layers.
  
  Coder Info:
  Added two functions in editview.c
  void selectall_type(short obtype);
  void selectall_layer(int layernum);
  
  I committed both of these together since the code/changes are both
  very similar.
  
  Revision  Changes    Path
  1.11      +43 -1     blender/source/blender/src/editview.c
  1.12      +147 -2    blender/source/blender/src/header_view3d.c



More information about the Bf-blender-cvs mailing list