Blender Git Loki
Git Commits -> Revision b024faa
Revision b024faa by Ton Roosendaal (master) October 11, 2004, 11:54 (GMT) |
Outliner features: - Rename! CTRL+leftmouse click on name, makes it a text button. Works for all items as currently being displayed. Most work was doing the Bones, which is a nightmare :) But it uses same code as buttons in Armature-Editmode now, without even needing EditMode :) When renaming a bone, the Outliner makes the Object active though. - PageUp / PageDown keys Do what you expect. |
Commit Details:
Full Hash: b024faabe5ac0704c074db3e6d14e72ad396bd8e
SVN Revision: 3223
Parent Commit: 2d833b3
Lines Changed: +335, -160
9 Modified Paths:
/source/blender/include/BIF_butspace.h (+4, -0) (Diff)
/source/blender/include/BIF_outliner.h (+14, -10) (Diff)
/source/blender/include/mydevice.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_oops_types.h (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+30, -0) (Diff)
/source/blender/src/interface.c (+17, -25) (Diff)
/source/blender/src/interface_draw.c (+70, -66) (Diff)
/source/blender/src/outliner.c (+188, -57) (Diff)
/source/blender/src/space.c (+8, -2) (Diff)
/source/blender/include/BIF_outliner.h (+14, -10) (Diff)
/source/blender/include/mydevice.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_oops_types.h (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+30, -0) (Diff)
/source/blender/src/interface.c (+17, -25) (Diff)
/source/blender/src/interface_draw.c (+70, -66) (Diff)
/source/blender/src/outliner.c (+188, -57) (Diff)
/source/blender/src/space.c (+8, -2) (Diff)