- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user