Blender Git Commit Log
Git Commits -> Revision 31657eb
July 9, 2020, 20:25 (GMT) |
Property Search: Initial implementation of searching all tabs The basics should be close to working. The space and necessary context is duplicated, then the context is switched and that tab is searched. However, this is still pretty buggy and the enum isn't drawing correctly. I'm probably not filling the bitfield correctly. Mainly committing this to get it out there and focus on smaller fixes / improvements to it. |
Commit Details:
Full Hash: 31657ebbbe25ff0bd0af11316c52e8e18b8d758b
Parent Commit: 169ac28
Lines Changed: +187, -116
5 Modified Paths:
/source/blender/editors/include/ED_buttons.h (+4, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+8, -1) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+152, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+21, -115) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+8, -1) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+152, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+21, -115) (Diff)