Blender Git Loki
Git Commits -> Revision e459a25
Revision e459a25 by Falk David (master) May 26, 2021, 14:46 (GMT) |
GPencil: Add option to disable masks in view layer This patch adds an option in the Layers > Relations panel called "Disable Masks in Render". When checked, no masks on this layer are included in the render. Example: | {F10087680} | {F10087681} | See T88202 for why this is needed. Reviewed By: antoniov Maniphest Tasks: T88202 Differential Revision: https://developer.blender.org/D11234 |
Commit Details:
Full Hash: e459a25e6cbe9321ad25f87843e2fe5a8a2306f9
Parent Commit: a6f3bb3
Lines Changed: +25, -2
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+5, -1) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+5, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_cache_utils.c (+7, -1) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+5, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_cache_utils.c (+7, -1) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+6, -0) (Diff)