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/include/BIF_outliner.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/include/BIF_outliner.h')
-rw-r--r--source/blender/include/BIF_outliner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BIF_outliner.h b/source/blender/include/BIF_outliner.h
index 28c6d536a3b..9c02a3a20e3 100644
--- a/source/blender/include/BIF_outliner.h
+++ b/source/blender/include/BIF_outliner.h
@@ -45,6 +45,10 @@ typedef struct TreeElement {
/* TreeElement->flag */
#define TE_ACTIVE 1
+/* TreeStoreElem types */
+#define TE_NLA 1
+
+
extern void draw_outliner(struct ScrArea *sa, struct SpaceOops *so);
extern void outliner_free_tree(struct ListBase *lb);
extern void outliner_mouse_event(struct ScrArea *sa, short event);