Blender Git Loki
Git Commits -> Revision ffacce5
Revision ffacce5 by Nathan Craddock (master) December 21, 2020, 21:31 (GMT) |
UI: Properties editor popover and outliner sync This adds a popover to the properties editor. Currently the only setting is for controlling outliner to properties syncing. Because we cannot define a perfect heuristic to determine when properties editors should change tabs based on outliner icon selection, we need an option to enable or disable this behavior per properties editor. There are 3 options for controlling the syncing. Auto uses the heuristic to only allow tab switching when a properties editor and outliner share a border. On and off enable and disable syncing respectively. Differential Revision: https://developer.blender.org/D9758 |
Commit Details:
Full Hash: ffacce5be41df68658f8478fee73e74701d2b545
Parent Commit: 2d6e6d0
Lines Changed: +102, -20
7 Modified Paths:
/release/scripts/startup/bl_ui/space_properties.py (+18, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+12, -0) (Diff)
/source/blender/editors/include/ED_buttons.h (+8, -1) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+16, -17) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+19, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+18, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+12, -0) (Diff)
/source/blender/editors/include/ED_buttons.h (+8, -1) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+16, -17) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+19, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+18, -0) (Diff)