[Bf-blender-cvs] [edf029d4b99] master: Fix: Inconsistent spacing in Python file after recent changes

William Reynish noreply at git.blender.org
Tue Mar 19 21:34:23 CET 2019


Commit: edf029d4b993e4b34e3db90d36dc185137d71219
Author: William Reynish
Date:   Tue Mar 19 21:34:20 2019 +0100
Branches: master
https://developer.blender.org/rBedf029d4b993e4b34e3db90d36dc185137d71219

Fix: Inconsistent spacing in Python file after recent changes

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

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 98336519d0d..0d660c2efb3 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -392,8 +392,6 @@ class VIEW3D_PT_tools_brush(Panel, View3DPaintPanel):
                 brush_basic_vpaint_settings(col, context, brush)
 
 
-
-
 class VIEW3D_PT_tools_brush_color(Panel, View3DPaintPanel):
     bl_context = ".paint_common"  # dot on purpose (access from topbar)
     bl_parent_id = "VIEW3D_PT_tools_brush"



More information about the Bf-blender-cvs mailing list