Blender Git Commit Log
Git Commits -> Revision a8bcfe4
Revision a8bcfe4 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) November 23, 2018, 15:53 (GMT) |
WIP: Support Blend layer This new option for Layers allow to define the blend mode between layers to create effects and help with the painting of the frames. Note: If use substract to open holes, you can get the transparent problem we already know and that it's pending to solve using OIT. |
Commit Details:
Full Hash: a8bcfe4c31f4facf82a8319309b072c118846f0b
Parent Commit: 5ec6e95
Lines Changed: +298, -37
1 Added Path:
/source/blender/draw/engines/gpencil/shaders/gpencil_blend_frag.glsl (+94, -0) (View)
10 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_gpencil.py (+2, -0) (Diff)
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+0, -1) (Diff)
/release/scripts/startup/bl_ui/space_topbar.py (+2, -0) (Diff)
/source/blender/draw/CMakeLists.txt (+1, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_cache_utils.c (+7, -3) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+55, -19) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+93, -11) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+15, -3) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+16, -0) (Diff)
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+0, -1) (Diff)
/release/scripts/startup/bl_ui/space_topbar.py (+2, -0) (Diff)
/source/blender/draw/CMakeLists.txt (+1, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_cache_utils.c (+7, -3) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+55, -19) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+93, -11) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+15, -3) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+16, -0) (Diff)