Blender Git Loki
Git Commits -> Revision dcc3211
Revision dcc3211 by Hans Goudey (property-search-ui-v2) August 14, 2020, 19:52 (GMT) |
Property Search: Add search filter active flag to region This seems like a good way to quickly check whether or not to gray out panel header text (in addition to whether they have a match). It might be nice to have this information quickly accessible in the future as well. |
Commit Details:
Full Hash: dcc32116504405589a21cb87886f2473f32acb2b
Parent Commit: c8dfe08
Lines Changed: +40, -4
6 Modified Paths:
/release/scripts/startup/bl_ui/space_properties.py (+2, -2) (Diff)
/source/blender/editors/include/ED_screen.h (+3, -0) (Diff)
/source/blender/editors/screen/area.c (+20, -0) (Diff)
/source/blender/editors/space_buttons/buttons_ops.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -2) (Diff)
/source/blender/editors/include/ED_screen.h (+3, -0) (Diff)
/source/blender/editors/screen/area.c (+20, -0) (Diff)
/source/blender/editors/space_buttons/buttons_ops.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -2) (Diff)