[Bf-blender-cvs] [77b01f7] master: Switch sampler icon to the right, it's easier for artists to access.

Antony Riakiotakis noreply at git.blender.org
Thu Aug 14 16:27:35 CEST 2014


Commit: 77b01f7393b21ea6f29d821e57276e8fc66b5e49
Author: Antony Riakiotakis
Date:   Thu Aug 14 16:26:16 2014 +0200
Branches: master
https://developer.blender.org/rB77b01f7393b21ea6f29d821e57276e8fc66b5e49

Switch sampler icon to the right, it's easier for artists to access.

===================================================================

M	release/scripts/startup/bl_ui/space_view3d_toolbar.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 53de1dc..61f749c 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="")




More information about the Bf-blender-cvs mailing list