More outliner features;

- Made visualization of object hierarchy more clear with lines; this
  solves the sometimes confusing mix of 'children objects' and
  'linked data'.
- Enter editmode on click, also shows editing context buttons
- SHIFT+click on a item closes/opens all below that item
- Added constraints and Hooks (watch fun icon!)

Note; global undo doesnt restore former view for outliner... it does not
save the GUI, remember? :)
This commit is contained in:
2004-10-07 21:45:04 +00:00
parent 0fdc0ce297
commit 1b46679eff
5 changed files with 1458 additions and 1334 deletions

View File

@@ -3807,6 +3807,10 @@ static void winqreadoopsspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
outliner_toggle_visible(sa);
break;
case HOMEKEY:
outliner_show_hierarchy(sa);
break;
case RETKEY:
case PADENTER:
outliner_mouse_event(sa, event);