- 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
This commit is contained in:
2004-10-06 21:48:29 +00:00
parent 25c52c19e9
commit b94b922d23
6 changed files with 64 additions and 44 deletions

View File

@@ -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);