Blender Git Loki
Git Commits -> Revision f93081a
Revision f93081a by Jeroen Bakker (master) November 12, 2020, 08:08 (GMT) |
Fix T81673: Color picker picks up UI and Overlay There are two implementations of the Sample Color operation. One is used by the paint texture and one by the image editor. The image editor variant sampled from the ibuf directly, but the paint texture variant was sampling from the screen front buffer. This can lead into incorrect samples due to color pipeline. This patch will use the image editor variant when sampling a color for 2d texture painting Reviewed By: Pablo Dobarro Differential Revision: https://developer.blender.org/D9408 |
Commit Details:
Full Hash: f93081a01b7bf484f51fb7d70ac8a8fd90a59d8c
Parent Commit: b99faa0
Lines Changed: +31, -23
1 Modified Path:
/source/blender/editors/sculpt_paint/paint_utils.c (+31, -23) (Diff)