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:
authorCampbell Barton <ideasman42@gmail.com>2013-01-16 23:51:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-16 23:51:47 +0400
commitea86ac54468cc36f1db74aec6cb64e44e9956e42 (patch)
treee0abf64e9b6dab8d99c9110669ef4b904f78d979 /release
parent677f61baf5d1339d507519fefe6b145d698cfc4d (diff)
revert previous commit, the properties here are confusing since there are 2 rna properties to access the same value.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index d8c581f6c3f..1653e8fab7e 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -773,11 +773,6 @@ class VIEW3D_PT_tools_brush_stroke(Panel, View3DPaintPanel):
col.separator()
col.prop(brush, "rate", text="Rate", slider=True)
- # XXX, not sure where this should go, but sculpt brush uses space.
- col = layout.column()
- col.active = brush.sculpt_capabilities.has_spacing
- col.prop(brush, "use_space")
-
if brush.use_space:
col.separator()
row = col.row()