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:
authorTon Roosendaal <ton@blender.org>2004-10-07 01:48:29 +0400
committerTon Roosendaal <ton@blender.org>2004-10-07 01:48:29 +0400
commitb94b922d238989b03873cc9927593ca9c0ae3334 (patch)
tree7f2b42d05446ac20fc2598fd9fb9b2e167caf5f6 /source/blender/src/header_oops.c
parent25c52c19e94c227764ae4037c2e643af250d583d (diff)
- 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
Diffstat (limited to 'source/blender/src/header_oops.c')
-rw-r--r--source/blender/src/header_oops.c2
1 files changed, 1 insertions, 1 deletions
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 */