* Ported mesh editmode 'select random' from tuhopuu by popular request

Description:
Mesh editmode header/toolbox: Select -> Random...

Randomly selects a user-set percentage of vertices, adding to the current selection.

* Modified some menu entries to be consistent with the guidelines doc.

* Added 'Align Active Camera to View' in 3D View menu
This commit is contained in:
2004-01-03 09:22:33 +00:00
parent cf8b43a2c8
commit c9a7e4be17
4 changed files with 83 additions and 30 deletions

View File

@@ -155,10 +155,11 @@ void undo_redo_mesh(void);
void undo_clear_mesh(void);
void undo_menu_mesh(void);
/* Stuff */
/* Selection */
void select_non_manifold(void);
void select_more(void);
void select_less(void);
void selectrandom_mesh(void);
#endif