From 226b954dee7e47bac930c6f2a5a7946aed38e065 Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Tue, 15 Aug 2017 14:28:25 +1000 Subject: brush menus, fix indent last commit, bump version number --- space_view3d_brush_menus/dyntopo_menu.py | 40 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'space_view3d_brush_menus/dyntopo_menu.py') diff --git a/space_view3d_brush_menus/dyntopo_menu.py b/space_view3d_brush_menus/dyntopo_menu.py index da1bd8a9..1e7a5600 100644 --- a/space_view3d_brush_menus/dyntopo_menu.py +++ b/space_view3d_brush_menus/dyntopo_menu.py @@ -90,30 +90,30 @@ class DynTopoMenu(Menu): ("Constant Detail", 'CONSTANT'), ("Brush Detail", 'BRUSH')) - layout.row().label("Refine") - layout.row().separator() + layout.row().label("Refine") + layout.row().separator() - # add the refine menu items - for item in refine_items: - utils_core.menuprop( - layout.row(), item[0], item[1], - refine_path, disable=True, - icon='RADIOBUT_OFF', - disable_icon='RADIOBUT_ON' - ) + # add the refine menu items + for item in refine_items: + utils_core.menuprop( + layout.row(), item[0], item[1], + refine_path, disable=True, + icon='RADIOBUT_OFF', + disable_icon='RADIOBUT_ON' + ) - layout.row().label("") + layout.row().label("") - layout.row().label("Type") - layout.row().separator() + layout.row().label("Type") + layout.row().separator() - # add the type menu items - for item in type_items: - utils_core.menuprop( - layout.row(), item[0], item[1], - type_path, disable=True, - icon='RADIOBUT_OFF', disable_icon='RADIOBUT_ON' - ) + # add the type menu items + for item in type_items: + utils_core.menuprop( + layout.row(), item[0], item[1], + type_path, disable=True, + icon='RADIOBUT_OFF', disable_icon='RADIOBUT_ON' + ) class SymmetrizeMenu(Menu): -- cgit v1.2.3