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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-08-18 05:39:49 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2009-08-18 05:39:49 +0400
commitca20107edb7e80a9a87f1e7a3a38ae2ed63a3d4b (patch)
tree056440ba3beb074dbda64822c7aa6df07d1941e0 /release
parent4fb19159ea47027bbaf31d379da3d6b0ea0f0f28 (diff)
2.5/Sculpt:
* Added UI for rake mode
Diffstat (limited to 'release')
-rw-r--r--release/ui/space_view3d_toolbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/ui/space_view3d_toolbar.py b/release/ui/space_view3d_toolbar.py
index be378cc46fe..1b4c1e25c34 100644
--- a/release/ui/space_view3d_toolbar.py
+++ b/release/ui/space_view3d_toolbar.py
@@ -352,6 +352,8 @@ class VIEW3D_PT_tools_brush(PaintPanel):
col.itemR(brush, "persistent")
col.itemO("sculpt.set_persistent_base")
+ col.itemR(brush, "rake")
+
col.itemR(brush, "sculpt_tool")
# Texture Paint Mode #