Blender Git Loki
Git Commits -> Revision 333f562
Revision 333f562 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) February 21, 2019, 11:27 (GMT) |
GP: Define new Draw Mode Add a new Draw Mode to display panel in order to define the z-.depth order of the strokes using the real 3D position and not the 2D layer position. This change makes possible to use VR with grease pencil drawings because the depth of the strokes change with camera position. |
Commit Details:
Full Hash: 333f562cf78ced3271472db8cafce49f1e33740f
Parent Commit: 14cd891
Lines Changed: +56, -12
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_gpencil.py (+1, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+6, -3) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+13, -7) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+2, -1) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl (+9, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+14, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+6, -3) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+13, -7) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+2, -1) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl (+9, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+14, -0) (Diff)