Blender Git Commit Log
Git Commits -> Revision 8427e02
Revision 8427e02 by Robert Guetzkow (master) October 12, 2020, 23:17 (GMT) |
Fix T81589: Correct drag type handling in outliner Blender crashed when dragging and dropping color into the outliner. This issue was cause by a missing check for the correct drag type in `datastack_drop_poll`. The check is added in this commit. Additionally, a new drag type is introduced for the "data stack" drag option, that was introduced in commit 1572da858df4, to differentiate it from the existing WM_DRAG_ID type. Reviewed By: Severin Differential Revision: https://developer.blender.org/D9169 |
Commit Details:
Full Hash: 8427e02abc5e7963cee14e15bc9a1c78c95d28e6
Parent Commit: dc71ad0
Lines Changed: +15, -8