Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2018-09-25 16:38:56 +0300
committerAntonioya <blendergit@gmail.com>2018-09-25 16:39:15 +0300
commite61861e393b28b4db2ea0877509abdcf44edb283 (patch)
tree94c2881384c59e9097ea54c6edc3759d8553092c /release/scripts/startup/bl_ui/space_view3d_toolbar.py
parent3816592fc688c0fd76e82e18f63cb7b18c547a0d (diff)
GP: Add popover for Sculpt and Weight Paint panels
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d_toolbar.py')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 2e197b4ec5b..35a39361488 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1711,7 +1711,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt(GreasePencilStrokeSculptPanel, View3D
class VIEW3D_PT_tools_grease_pencil_weight_paint(View3DPanel, Panel):
bl_context = ".greasepencil_weight"
bl_category = "Tools"
- bl_label = "Weight Paint"
+ bl_label = "Brush"
@staticmethod
def draw(self, context):