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-14 08:45:29 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2009-08-14 08:45:29 +0400
commitc6e041f125008a59f9c77ffb4d6a017e20804eec (patch)
tree20cfc8970adae41e4cc45196a187395614dbbd62 /release
parentd426676f79690dae2327eb237599b730c55a5947 (diff)
2.5/Paint modes:
* Moved brush curve preset operator out of sculpt to paint_utils * Added a button to the curve panel to set the preset
Diffstat (limited to 'release')
-rw-r--r--release/ui/space_view3d_toolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/ui/space_view3d_toolbar.py b/release/ui/space_view3d_toolbar.py
index 6edf57c7f58..53534de52ab 100644
--- a/release/ui/space_view3d_toolbar.py
+++ b/release/ui/space_view3d_toolbar.py
@@ -460,6 +460,7 @@ class VIEW3D_PT_tools_brush_curve(PaintPanel):
layout = self.layout
layout.template_curve_mapping(brush.curve)
+ layout.item_menu_enumO("brush.curve_preset", property="shape")
class VIEW3D_PT_sculpt_options(PaintPanel):
__label__ = "Options"