Blender Git Loki
Git Commits -> Revision 7359bec
Revision 7359bec by Clément Foucault (greasepencil-object, greasepencil-refactor, temp-gpencil-eval) December 19, 2019, 00:30 (GMT) |
GPencil: Refactor: Add Colorize FX The behavior has been changed quite a bit to work with separated transparency layer. - The custom mode now just blend between the original image and the same image with the color changed and luma kept as is. - Grayscale & Sepia mode now blend with the original image using the factor. - The duo tone do not do a sharp separation of colors. It just color the original in 2 different color using a hard separation threshold. |
Commit Details:
Full Hash: 7359bec21b2be5d284ba8a5630bfa2642ba55cad
Parent Commit: 6f6c25c
Lines Changed: +73, -0
5 Modified Paths:
/source/blender/draw/engines/gpencil/gpencil_engine.c (+1, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+2, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader.c (+9, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader_fx.c (+16, -0) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_vfx_frag.glsl (+45, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+2, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader.c (+9, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader_fx.c (+16, -0) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_vfx_frag.glsl (+45, -0) (Diff)