Blender Git Commit Log
Git Commits -> Revision bf87df3
Revision bf87df3 by Pablo Dobarro (master) June 29, 2020, 15:25 (GMT) |
Fix T78323: Enable Unified and Secondary colors for Scultp Vertex Colors The report does not include any file, but probably that file is using the settings for unified colors, which are currently not available in the UI, so it always paints black. This enables unified colors and secondary colors for sculpt vertex colors, so it should solve that issue. Unified color does not make much sense now as the Paint tool is the only one that has paint capabilities, but it will do in the future when sculpt and paint at the same time is enabled and the paint capability is added to more tools. Reviewed By: sergey Maniphest Tasks: T78323 Differential Revision: https://developer.blender.org/D8136 |
Commit Details:
Full Hash: bf87df34855acb394d8c966f055b96bd2d78ea79
Parent Commit: 3118636
Lines Changed: +20, -8
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+7, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+5, -2) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+5, -2) (Diff)