Blender Git Commit Log
Git Commits -> Revision 99f7934
Revision 99f7934 by Antonio Vazquez (master) November 26, 2018, 17:12 (GMT) |
GP: New Blend Layers functionality Now it's possible define the blend mode between layers including the option to clamp the layer using underlying layers. Also a new Simplify option has been added to disable blend layers. |
Commit Details:
Full Hash: 99f7934e19ddf6796e866d2ddc0c3882ed8fcc2b
Parent Commit: c0816cd
Lines Changed: +428, -65
1 Added Path:
/source/blender/draw/engines/gpencil/shaders/gpencil_blend_frag.glsl (+130, -0) (View)
13 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_gpencil.py (+10, -5) (Diff)
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+4, -1) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+2, -1) (Diff)
/release/scripts/startup/bl_ui/space_topbar.py (+10, -4) (Diff)
/source/blender/draw/CMakeLists.txt (+1, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_cache_utils.c (+6, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+87, -38) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+113, -11) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+20, -2) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+15, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+22, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -0) (Diff)
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+4, -1) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+2, -1) (Diff)
/release/scripts/startup/bl_ui/space_topbar.py (+10, -4) (Diff)
/source/blender/draw/CMakeLists.txt (+1, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_cache_utils.c (+6, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+87, -38) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+113, -11) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+20, -2) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+15, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+22, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -0) (Diff)