Blender Git Commit Log

Git Commits -> Revision 675d42d

Revision 675d42d by Julian Eisel (master)
April 16, 2020, 13:29 (GMT)
UI: Draw real node sockets for node input buttons

For buttons representing node inputs (e.g. in the material properties)
rather than drawing some generic socket icon, the actual sockets are
drawn now. That includes color, shape and the selection outline.

This should make it easier to understand what these buttons relate to.

Screenshots: {F8469252}, {F8469248} (The left alignment will be done in
a follow-up commit.)

Differential Revision: https://developer.blender.org/D7409

Reviewed by: Brecht Van Lommel, Cl�ment Foucault, William Reynish

Commit Details:

Full Hash: 675d42dfc33d6c791d9e5da31dcc00930519a127
Parent Commit: 737a430
Lines Changed: +265, -104

9 Modified Paths:

/source/blender/editors/include/ED_node.h (+5, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+3, -0) (Diff)
/source/blender/editors/interface/interface.c (+7, -0) (Diff)
/source/blender/editors/interface/interface_widgets.c (+61, -21) (Diff)
/source/blender/editors/space_node/node_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_node/node_draw.c (+166, -74) (Diff)
/source/blender/editors/space_node/node_intern.h (+10, -4) (Diff)
/source/blender/editors/space_node/node_templates.c (+11, -4) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021