Blender Git Commit Log

Git Commits -> Revision 6de4fd9

August 10, 2021, 01:35 (GMT)
T90371: Asset: Drop Material Tooltip.

This patch changes the drop named material tooltip to give feedback to
the user what is going to happen when they invoke the change.

There are 3 states:
* "": Operator will be canceled as not all data is present (dropping on
background.)
* "Drop <named material> on <object name> (slot <slot number>, replacing
<current material in slot>).
* "Drop <named material> on <object name> (slot <slot number).

Reviewed By: Severin

Maniphest Tasks: T90371

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

Commit Details:

Full Hash: 6de4fd955759c0eaf7f74e57c8b693c63551be39
Parent Commit: b01859a
Committed By: YimingWu
Lines Changed: +58, -10

6 Modified Paths:

/source/blender/editors/include/ED_object.h (+4, -0) (Diff)
/source/blender/editors/object/object_relations.c (+29, -0) (Diff)
/source/blender/editors/space_outliner/outliner_dragdrop.c (+6, -2) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+14, -2) (Diff)
/source/blender/windowmanager/intern/wm_dragdrop.c (+2, -5) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021