Blender Git Commit Log
Git Commits -> Revision 2494b98
Revision 2494b98 by Clément Foucault (greasepencil-object, greasepencil-refactor, temp-gpencil-eval) December 12, 2019, 01:24 (GMT) |
GPencil: Refactor: Improve stroke color mixing support This is a more simple implementation. Blending is done in a way that it supports the stencil functionallity out of the box. It is compatible with vertex paint, stroke material color and texture color without exclusivity. UI need to be reworked to remove the stencil option. |
Commit Details:
Full Hash: 2494b982dd76a1ca9385e3f60c295bac8e7614ac
Parent Commit: f883a9c
Lines Changed: +66, -27
5 Modified Paths:
/source/blender/draw/engines/gpencil/gpencil_cache_utils.c (+1, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_data.c (+6, -7) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_common_lib.glsl (+2, -2) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_frag.glsl (+16, -7) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_vert.glsl (+41, -10) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_data.c (+6, -7) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_common_lib.glsl (+2, -2) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_frag.glsl (+16, -7) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_vert.glsl (+41, -10) (Diff)