Blender Git Loki

Git Commits -> Revision 2aec1fe

Revision 2aec1fe by Matt Ebb (master)
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

2 Modified Paths:

/source/blender/src/editview.c (+42, -0) (Diff)
/source/blender/src/header_view3d.c (+146, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021