From b94b922d238989b03873cc9927593ca9c0ae3334 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 6 Oct 2004 21:48:29 +0000 Subject: - Fix: enter/exit posemode used wrong pointer, could crash - enter/exit posemode now updates outliner view too - New: outliner option "Show same type". Shows only object types as current active one. Nice to browse all lamps, mballs, armatures, etc --- source/blender/src/header_oops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/src/header_oops.c') diff --git a/source/blender/src/header_oops.c b/source/blender/src/header_oops.c index 73a293cc4b6..f9cc5baf0f1 100644 --- a/source/blender/src/header_oops.c +++ b/source/blender/src/header_oops.c @@ -366,7 +366,7 @@ void oops_buttons(void) } } else { - uiDefButS(block, MENU, B_REDR, "Outliner Display%t|All Scenes %x0|Current Scene %x1|Visible Layers %x2|Selected %x3|Active %x4", xco, 0, 100, 20, &soops->outlinevis, 0, 0, 0, 0, ""); + uiDefButS(block, MENU, B_REDR, "Outliner Display%t|All Scenes %x0|Current Scene %x1|Visible Layers %x2|Same Types %x5|Selected %x3|Active %x4", xco, 0, 100, 20, &soops->outlinevis, 0, 0, 0, 0, ""); } /* always do as last */ -- cgit v1.2.3