Blender Git Commit Log
Git Commits -> Revision 83c6130
Revision 83c6130 by Antonio Vazquez (master) March 1, 2019, 19:52 (GMT) |
GPencil: Change display modes -Wireframe use Background color for X-Ray off - Added support to Solid mode. - Solid mode shows fill or not depending X-Ray. - Solid can use Single, Material, etc. - Wireframe and Solid mode don't show FXs. |
Commit Details:
Full Hash: 83c6130e8769c42162cd369664be5e8b6096af80
Parent Commit: 589d089
Lines Changed: +105, -23
5 Modified Paths:
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+65, -16) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+1, -1) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl (+15, -4) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_point_vert.glsl (+12, -1) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_stroke_vert.glsl (+12, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+1, -1) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl (+15, -4) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_point_vert.glsl (+12, -1) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_stroke_vert.glsl (+12, -1) (Diff)