Blender Git Loki
Git Commits -> Revision a5a003e
Revision a5a003e by Antonio Vazquez (master) September 6, 2019, 15:23 (GMT) |
GPencil: New option to fade not selected objects Before, it was only possible to fade the active object. The new option allows to fade all non gpencil selected object. This is a common request by artists. {F7719513} Reviewers: mendio, pepeland Reviewed By: mendio Differential Revision: https://developer.blender.org/D5704 |
Commit Details:
Full Hash: a5a003ed5589657cc53f41ba6042b28a4631cfed
Parent Commit: 6d8a86c
Lines Changed: +90, -9
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+3, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+47, -0) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl (+8, -0) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_point_frag.glsl (+9, -0) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_stroke_frag.glsl (+9, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -5) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+47, -0) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_fill_frag.glsl (+8, -0) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_point_frag.glsl (+9, -0) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_stroke_frag.glsl (+9, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -5) (Diff)