From 1294fc7d9357163a4c7fe9dde6c0ae9dd05fc29c Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Sun, 21 Sep 2014 01:00:38 +0200 Subject: [PATCH] Another minor correction, use "Mask" instead of "Stencil" so users can correlate the panel to the mask tool. --- release/scripts/startup/bl_ui/space_view3d_toolbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py index 7ed928c8d5f..1969572530d 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