Blender Git Loki
Git Commits -> Revision 2d751d4
Revision 2d751d4 by Clément Foucault (greasepencil-object, greasepencil-refactor, temp-gpencil-eval) December 18, 2019, 02:13 (GMT) |
GPencil: Refactor: Base implementation of VFX for gpencil This new implementation is clearer and also process the colored alpha compoment to preserve blending informations. This is the base implementation containing a placeholder blur. All the real effect implementation will follow in separate commits. |
Commit Details:
Full Hash: 2d751d44ee86a9ab5f1bed27ca9fc10293d69890
Parent Commit: ecd3e22
Lines Changed: +228, -12
1 Added Path:
/source/blender/draw/engines/gpencil/shaders/gpencil_vfx_frag.glsl (+56, -0) (View)
5 Modified Paths:
/source/blender/draw/CMakeLists.txt (+1, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+15, -10) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+12, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader.c (+21, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader_fx.c (+123, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+15, -10) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+12, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader.c (+21, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_shader_fx.c (+123, -0) (Diff)