Blender Git Commit Log

Git Commits -> Revision 2771dfd

Revision 2771dfd by Julian Eisel (master)
January 13, 2021, 14:31 (GMT)
UI: Revert design changes to data-block selector for the 2.92 release

Partially reverts 2250b5cefee7.

Removing the user count and fake user count icons was controversial (which was
expected) and there are a few further changes needed, that won't make it in
time for the release, see D9946.
While there is a design to bring back the user count and fake user indicators,
a new design idea was proposed that the UI team wants to follow. This came too
late for the 2.92 release, the new design is targeted at the 2.93 release now.
Meanwhile, UI team decision was to simply revert the design changes.

The new design is being worked on in https://developer.blender.org/T84669.

Note that this commit does not revert some internal changes done in
2250b5cefee7. Namely the introduction of `ed_util_ops.c` and data-block
operators in there. These will still be needed in the new design.

Commit Details:

Full Hash: 2771dfd5632ad6d982ee4bf3e87decdb197ebed7
Parent Commit: ad4202a
Lines Changed: +661, -1315

31 Modified Paths:

/intern/cycles/blender/addon/ui.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/properties_material.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/properties_world.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_dopesheet.py (+1, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+10, -24) (Diff)
/source/blender/editors/interface/interface.c (+57, -86) (Diff)
/source/blender/editors/interface/interface_context_menu.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+11, -40) (Diff)
/source/blender/editors/interface/interface_ops.c (+0, -1) (Diff)
/source/blender/editors/interface/interface_region_tooltip.c (+25, -43) (Diff)
/source/blender/editors/interface/interface_templates.c (+406, -686) (Diff)
/source/blender/editors/render/render_intern.h (+0, -3) (Diff)
/source/blender/editors/render/render_ops.c (+0, -3) (Diff)
/source/blender/editors/render/render_shading.c (+59, -177) (Diff)
/source/blender/editors/space_action/action_data.c (+61, -117) (Diff)
/source/blender/editors/space_action/action_intern.h (+0, -1) (Diff)
/source/blender/editors/space_action/action_ops.c (+0, -2) (Diff)
/source/blender/editors/space_api/spacetypes.c (+0, -2) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+0, -1) (Diff)
/source/blender/editors/space_file/file_panels.c (+2, -7) (Diff)
/source/blender/editors/space_image/image_buttons.c (+1, -2) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+16, -78) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+2, -7) (Diff)
/source/blender/modifiers/intern/MOD_displace.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+0, -1) (Diff)
/source/blender/modifiers/intern/MOD_volume_displace.cc (+1, -2) (Diff)
/source/blender/modifiers/intern/MOD_warp.c (+1, -11) (Diff)
/source/blender/modifiers/intern/MOD_wave.c (+1, -11) (Diff)
/source/blender/modifiers/intern/MOD_weightvg_util.c (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_operator_type.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021