[Bf-blender-cvs] [1294fc7] master: Another minor correction, use "Mask" instead of "Stencil" so users can correlate the panel to the mask tool.

Antony Riakiotakis noreply at git.blender.org
Sun Sep 21 01:02:22 CEST 2014


Commit: 1294fc7d9357163a4c7fe9dde6c0ae9dd05fc29c
Author: Antony Riakiotakis
Date:   Sun Sep 21 01:00:38 2014 +0200
Branches: master
https://developer.blender.org/rB1294fc7d9357163a4c7fe9dde6c0ae9dd05fc29c

Another minor correction, use "Mask" instead of "Stencil" so users can
correlate the panel to the mask tool.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 7ed928c..1969572 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1082,7 +1082,7 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, Panel):
 
 class VIEW3D_PT_stencil_projectpaint(View3DPanel, Panel):
     bl_context = "imagepaint"
-    bl_label = "Stencil"
+    bl_label = "Mask"
     bl_category = "Slots"
 
     @classmethod




More information about the Bf-blender-cvs mailing list