From 1134ca74207c7a329f190cc0230457e448db666e Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Wed, 23 Jul 2014 16:05:35 +0200 Subject: Fix T41157 Was an issue with python interpretation error. Second part of the bug is fixed by Campbell. also minor UI tweak for occlusion UI. --- release/scripts/startup/bl_ui/properties_paint_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_paint_common.py') diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py index 80f7db37faa..f80a5e5254a 100644 --- a/release/scripts/startup/bl_ui/properties_paint_common.py +++ b/release/scripts/startup/bl_ui/properties_paint_common.py @@ -170,7 +170,7 @@ def brush_texpaint_common(panel, context, layout, brush, settings, projpaint=Fal panel.prop_unified_size(row, context, brush, "size", slider=True, text="Radius") panel.prop_unified_size(row, context, brush, "use_pressure_size") - row = col.row(align=True) + row = col.row(align=True) if capabilities.has_space_attenuation: row.prop(brush, "use_space_attenuation", toggle=True, icon_only=True) -- cgit v1.2.3