Blender Git Loki
Git Commits -> Revision 851c578
Revision 851c578 by Ton Roosendaal (master) October 10, 2004, 11:33 (GMT) |
- Added Outliner selection As a means to indicate items in the Outliner to do operations on, you can select with RMB items. Works like FileSelect here. Since selection in Outliner is only on outliner level, no further UI updates happen. That is reserved for LMB actions. Implemented right now are only few operations... they can be called up with the WKEY (the famous spare key :) - if objects selected, a menu appears with choices - if materials or textures selected, a meny appears to unlink them If you make mixed or confusing selections you get a warning message. TODO: add selection color in theme, and of course more operations. |
Commit Details:
Full Hash: 851c5781be6e347d7e0c7198e225e9bce8479c65
SVN Revision: 3218
Parent Commit: 7028b1e
Lines Changed: +453, -57
6 Modified Paths:
/source/blender/blenkernel/intern/object.c (+8, -0) (Diff)
/source/blender/include/BIF_outliner.h (+5, -1) (Diff)
/source/blender/makesdna/DNA_oops_types.h (+1, -1) (Diff)
/source/blender/src/header_oops.c (+1, -1) (Diff)
/source/blender/src/outliner.c (+430, -52) (Diff)
/source/blender/src/space.c (+8, -2) (Diff)
/source/blender/include/BIF_outliner.h (+5, -1) (Diff)
/source/blender/makesdna/DNA_oops_types.h (+1, -1) (Diff)
/source/blender/src/header_oops.c (+1, -1) (Diff)
/source/blender/src/outliner.c (+430, -52) (Diff)
/source/blender/src/space.c (+8, -2) (Diff)