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/makesdna/DNA_oops_types.h
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/makesdna/DNA_oops_types.h')
-rw-r--r--source/blender/makesdna/DNA_oops_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_oops_types.h b/source/blender/makesdna/DNA_oops_types.h
index 30049987e59..5e6707577d7 100644
--- a/source/blender/makesdna/DNA_oops_types.h
+++ b/source/blender/makesdna/DNA_oops_types.h
@@ -79,6 +79,7 @@ typedef struct OopsLink {
#define TSE_CLOSED 1
#define TSE_LASTCLICKED 2
+/* TreeStoreElem types in BIF_outliner.h */
#endif