This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source
Matt Ebb 2aec1fee77 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.
2003-10-20 02:19:17 +00:00
..
2003-10-20 02:19:17 +00:00
2003-08-04 03:26:07 +00:00
2003-08-04 03:26:07 +00:00
2002-10-12 11:37:38 +00:00
2002-10-12 11:37:38 +00:00