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:
authorWilliam Reynish <billrey@me.com>2019-03-19 23:34:20 +0300
committerWilliam Reynish <billrey@me.com>2019-03-19 23:34:20 +0300
commitedf029d4b993e4b34e3db90d36dc185137d71219 (patch)
tree6339b760fb685c0643e4ddc5d6dec4672418ff79
parent540f50a4da69c472ee343e99df83cf03cd7dd21c (diff)
Fix: Inconsistent spacing in Python file after recent changes
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 0 insertions, 2 deletions
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"