Blender Git Loki
Git Commits -> Revision f34bf8a
Revision f34bf8a by Ton Roosendaal (master) November 7, 2006, 14:25 (GMT) |
Patch #4980, by Joshua Leung (aligorith) This enables finding data in the Outliner. Usage: Fkey (partial strings), CTRL+Fkey (partial strings, case sensitive). SHIFT+Fkey to repeat a search, this cycles around. Extra changes: - button popups to enter strings now starts activated. - outliner either shows for Armature the Bones, or Posechannels or Editbones, depending the mode. Was needed to make searches meaningful. Although Joshua did very good work on the key functions, there were a couple of issues in his code, and problems in Outliner code, that didn't make it all work nicely. So, this is quite a revised patch. :) Full review log can be found in the patch tracker. |
Commit Details:
Full Hash: f34bf8a0cd4f3437f03c1894e507e1b8c2125b9d
SVN Revision: 8775
Parent Commit: 008d698
Lines Changed: +347, -21
8 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+5, -3) (Diff)
/source/blender/include/BIF_outliner.h (+8, -1) (Diff)
/source/blender/makesdna/DNA_oops_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+7, -1) (Diff)
/source/blender/src/header_oops.c (+65, -0) (Diff)
/source/blender/src/outliner.c (+242, -11) (Diff)
/source/blender/src/space.c (+15, -1) (Diff)
/source/blender/src/toolbox.c (+3, -2) (Diff)
/source/blender/include/BIF_outliner.h (+8, -1) (Diff)
/source/blender/makesdna/DNA_oops_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+7, -1) (Diff)
/source/blender/src/header_oops.c (+65, -0) (Diff)
/source/blender/src/outliner.c (+242, -11) (Diff)
/source/blender/src/space.c (+15, -1) (Diff)
/source/blender/src/toolbox.c (+3, -2) (Diff)