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>2014-08-14 18:26:16 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-08-14 18:27:19 +0400
commit77b01f7393b21ea6f29d821e57276e8fc66b5e49 (patch)
tree7557ad46609cf841b0ed920e83b48f276565da9a
parent5a74fe63d0a3f86e61c162ee9a33040aa63f0020 (diff)
Switch sampler icon to the right, it's easier for artists to access.
-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 53de1dc50fd..61f749cc3e8 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1398,8 +1398,8 @@ class VIEW3D_PT_sculpt_dyntopo(Panel, View3DPaintPanel):
sub.active = (brush and brush.sculpt_tool != 'MASK')
if (sculpt.detail_type_method == 'CONSTANT'):
row = sub.row(align=True)
- row.operator("sculpt.sample_detail_size", text="", icon='EYEDROPPER')
row.prop(sculpt, "constant_detail")
+ row.operator("sculpt.sample_detail_size", text="", icon='EYEDROPPER')
else:
sub.prop(sculpt, "detail_size")
sub.prop(sculpt, "detail_refine_method", text="")