Blender Git Commit Log
Git Commits -> Revision 2aec1fe
October 20, 2003, 02:19 (GMT) |
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. |
Commit Details:
Full Hash: 2aec1fee77e5a916cc9221ade1531670b49288e9
SVN Revision: 1360
Parent Commit: 052b909
Lines Changed: +188, -1