* 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user