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>2007-10-17 15:17:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-17 15:17:11 +0400
commit8bb97b6efa90ca62289d5798890e55a12f34b638 (patch)
treecc3d3b081e85e8f473a266529ff00f0d8b3336c9 /source/blender/src/toolbox.c
parent51ca77a114db1a5a92192151c485fed19e91e6a5 (diff)
patch 7145 - Copy Select objects by PassIndex, Ctrl+C, Ctrl+G
Sequencer Feature, Split Image Sequence. Splits a image sequence into strips. useful for importing frames for animatics. Also added undo calls in a few places that did not have it.
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 27c83799aa0..1951f3b1205 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -893,6 +893,7 @@ static TBitem tb_object_select_grouped[]= {
{ 0, "Objects on Shared Layers|Shift G, 6", 6, NULL},
{ 0, "Objects in Same Group|Shift G, 7", 7, NULL},
{ 0, "Object Hooks|Shift G, 8", 8, NULL},
+{ 0, "Object PassIndex|Shift G, 9", 9, NULL},
{ -1, "", 0, do_view3d_select_object_groupedmenu}};
static TBitem tb_object_select[]= {