Blender Git Commit Log
Git Commits -> Revision 17ebbdf
Revision 17ebbdf by Hans Goudey (master) July 21, 2020, 15:13 (GMT) |
UI: Use consistent layout for custom operator UI Operators are one of the last places in Blender to use older UI designs that don't fit in with recent style conventions. This commit updates these custom operator UI callbacks for consistency and clarity. Some of the code is also simplified a lot. Some of the older operator layouts were much more complex (in terms of code) than they needed to be. See the differential revision for a before and after screenshot of each operator. Differential Revision: https://developer.blender.org/D8326 |
Commit Details:
Full Hash: 17ebbdf1c17dab4872d2b3deea77a35524fe14b9
Parent Commit: c2b0c64
Lines Changed: +233, -300
9 Modified Paths:
/source/blender/editors/io/io_alembic.c (+56, -80) (Diff)
/source/blender/editors/io/io_collada.c (+102, -145) (Diff)
/source/blender/editors/io/io_usd.c (+7, -5) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+30, -32) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+18, -10) (Diff)
/source/blender/editors/object/object_add.c (+2, -0) (Diff)
/source/blender/editors/screen/screendump.c (+2, -0) (Diff)
/source/blender/editors/sound/sound_ops.c (+3, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+13, -28) (Diff)
/source/blender/editors/io/io_collada.c (+102, -145) (Diff)
/source/blender/editors/io/io_usd.c (+7, -5) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+30, -32) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+18, -10) (Diff)
/source/blender/editors/object/object_add.c (+2, -0) (Diff)
/source/blender/editors/screen/screendump.c (+2, -0) (Diff)
/source/blender/editors/sound/sound_ops.c (+3, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+13, -28) (Diff)