Blender Git Commit Log
Git Commits -> Revision cc0b8cb
Revision cc0b8cb by Hans Goudey (master) November 17, 2020, 15:08 (GMT) |
Fix T82341: Warning in terminal during property search After recent changes to the context panel layout (rB187cc5e26d28b1a8), there has been an error printed when running propery search: > Error: separator_spacer() not supported in popups. The layout code thinks it's drawing in a menu because region->visible isn't properly set for the other tab searches. This patch sets that field for the temporary searching region, but it also disables searching in the context breadcrumbs panel, because at best this will just give results for the names of the active object, etc. This isn't helpful since those labels are mostly in every tab anyway. Differential Revision: https://developer.blender.org/D9425 |
Commit Details:
Full Hash: cc0b8cb3599f50012bd90a0c41462290007f3328
Parent Commit: 0724fab
Lines Changed: +15, -1
5 Modified Paths:
/source/blender/editors/interface/interface_layout.c (+4, -0) (Diff)
/source/blender/editors/screen/area.c (+5, -0) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+1, -1) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -0) (Diff)
/source/blender/editors/screen/area.c (+5, -0) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+1, -1) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+2, -0) (Diff)