[Bf-blender-cvs] [bbcaa5eb21d] greasepencil-object: GPencil: Rename Masking to Holdout in UI

Antonio Vazquez noreply at git.blender.org
Thu Sep 10 20:01:29 CEST 2020


Commit: bbcaa5eb21d5430de27e8c4a018e5188288918a7
Author: Antonio Vazquez
Date:   Thu Sep 10 20:01:20 2020 +0200
Branches: greasepencil-object
https://developer.blender.org/rBbbcaa5eb21d5430de27e8c4a018e5188288918a7

GPencil: Rename Masking to Holdout in UI

===================================================================

M	release/scripts/startup/bl_ui/properties_material_gpencil.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_material_gpencil.py b/release/scripts/startup/bl_ui/properties_material_gpencil.py
index 3e97ada6433..2042e4be7e5 100644
--- a/release/scripts/startup/bl_ui/properties_material_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py
@@ -169,7 +169,7 @@ class MATERIAL_PT_gpencil_strokecolor(GPMaterialButtonsPanel, Panel):
             if gpcolor.mode == 'LINE':
                 col.prop(gpcolor, "use_overlap_strokes")
 
-            col.prop(gpcolor, "use_stroke_masking", text="Masking")
+            col.prop(gpcolor, "use_stroke_masking", text="Holdout")
 
 
 class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, Panel):
@@ -225,7 +225,7 @@ class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, Panel):
             col.prop(gpcolor, "texture_scale", text="Scale")
             col.prop(gpcolor, "texture_clamp", text="Clip Image")
 
-        col.prop(gpcolor, "use_fill_masking", text="Masking")
+        col.prop(gpcolor, "use_fill_masking", text="Holdout")
 
 
 class MATERIAL_PT_gpencil_preview(GPMaterialButtonsPanel, Panel):



More information about the Bf-blender-cvs mailing list