Page Menu
Home
Search
Configure Global Search
Log In
Paste
P1085
T69172 snippet
Active
Public
Actions
Authored by
Philipp Oeser (lichtwerk)
on Aug 27 2019, 3:33 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 9fd35808b4b..0fb0a9e5542 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -701,7 +701,7 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, Panel):
class VIEW3D_PT_stencil_projectpaint(View3DPanel, Panel):
bl_category = "Tool"
bl_context = ".imagepaint" # dot on purpose (access from topbar)
- bl_label = "Mask"
+ bl_label = "Stencil"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
Event Timeline
Philipp Oeser (lichtwerk)
created this paste.
Aug 27 2019, 3:33 PM
Philipp Oeser (lichtwerk)
mentioned this in
T69172: texture opacity slider in texture paint mode not working
.
Aug 27 2019, 3:38 PM
Log In to Comment