Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-01-21 21:09:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-21 21:09:05 +0300
commit9f5a0deca9082674f0a91a7351e61aaf92be4350 (patch)
tree73e46e2ad472927569e55b47f5f00903485999c8 /source/blender/src/toolbox.c
parent1357f1b09fcb6a8d0cdcb160dd18b22cad6fca08 (diff)
Added object mode select random (use for changing the group instances of many objects to vary them without selecting manually - leaves/sticks etc)
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 43db71108ec..671628bf5c7 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -901,6 +901,7 @@ static TBitem tb_object_select[]= {
{ 0, "SEPR", 0, NULL},
{ 0, "Select/Deselect All|A", 1, NULL},
{ 0, "Inverse", 2, NULL},
+{ 0, "Random", 3, NULL},
{ 0, "Select All by Layer", 0, tb_object_select_layer},
{ 0, "Select All by Type", 0, tb_object_select_type},
{ 0, "SEPR", 0, NULL},