Blender Git Commit Log
Git Commits -> Revision c5fc861
Revision c5fc861 by Clément Foucault (master) March 20, 2019, 15:33 (GMT) |
Fix T58550 Dragged in images dont overlap properly This patch adds a new "Use Alpha" option on image empties to avoid ordering issue of reference images. If ordering is not important, "Use Alpha" can be enabled to provide transparency and alpha blending support. |
Commit Details:
Full Hash: c5fc861172879102034129ecbe653e91eeff5caf
Parent Commit: 3508ffc
Lines Changed: +48, -16
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_empty.py (+6, -1) (Diff)
/source/blender/draw/modes/object_mode.c (+16, -13) (Diff)
/source/blender/draw/modes/shaders/object_empty_image_frag.glsl (+14, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+5, -0) (Diff)
/source/blender/draw/modes/object_mode.c (+16, -13) (Diff)
/source/blender/draw/modes/shaders/object_empty_image_frag.glsl (+14, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+5, -0) (Diff)