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:
authorAntony Riakiotakis <kalast@gmail.com>2013-10-30 04:54:41 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-10-30 04:54:41 +0400
commit33a0469630b47d432b5b99582c8e671c70bba3f2 (patch)
treefbe23df5c12450b6b0ce60b9687d2980b1bdc765 /release
parent96f756d4b377521c118ee3b21dd2087eea79d6a5 (diff)
Some comment fixes, add new sculpt masking operators to menus
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 6f9af768e38..aa9eda40406 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -1445,6 +1445,9 @@ class VIEW3D_MT_hide_mask(Menu):
props = layout.operator("paint.mask_flood_fill", text="Clear Mask")
props.mode = 'VALUE'
props.value = 0
+
+ props = layout.operator("view3d.select_border", text="Box Mask")
+ props = layout.operator("paint.mask_lasso_gesture", text="Lasso Mask")
# ********** Particle menu **********