Blender Git Commit Log
Git Commits -> Revision 67ea318
Revision 67ea318 by Joshua Leung (master) September 9, 2011, 12:46 (GMT) |
Patch [#23443] Change outliner filter into search Shane Ambler (sambler) for this 12-month vintage! From description: One thing with the outliner filter box is it only filters items that are currently visible. To find what you want you need to manually expand a few levels so that what you want to find is visible. This small patch expands items when filtering is done - effectively turning it into a search. Currently this does not alter the datablocks view as expanding all entries takes waaaay tooooo long. I prevent the expansion of RNA entries for userprefs which prevents infinite recursion but the datablocks list is just too big for this approach. I think it would need a custom outliner_build_tree for a full search. |
Commit Details:
Full Hash: 67ea3180d902e762b6373fe2cbe2434aceb0f597
SVN Revision: 40066
Parent Commit: bef9509
Lines Changed: +95, -33
8 Modified Paths:
/source/blender/editors/space_outliner/outliner_draw.c (+29, -17) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+4, -4) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+21, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+5, -5) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+32, -6) (Diff)
/source/blender/makesdna/DNA_outliner_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+4, -4) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+21, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+5, -5) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+32, -6) (Diff)
/source/blender/makesdna/DNA_outliner_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)