[Bf-blender-cvs] [f228a8948b9] master: Cleanup: Two two spaces around python class

Aaron Carlisle noreply at git.blender.org
Wed Jul 1 18:36:16 CEST 2020


Commit: f228a8948b9a8b51d60690f6c20e605074dc4c1c
Author: Aaron Carlisle
Date:   Wed Jul 1 12:21:21 2020 -0400
Branches: master
https://developer.blender.org/rBf228a8948b9a8b51d60690f6c20e605074dc4c1c

Cleanup: Two two spaces around python class

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

M	intern/cycles/blender/addon/ui.py

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

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index b049d0bf2b4..129f16b0357 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -1222,6 +1222,7 @@ def has_geometry_visibility(ob):
     return ob and ((ob.type in {'MESH', 'CURVE', 'SURFACE', 'FONT', 'META', 'LIGHT'}) or
                     (ob.instance_type == 'COLLECTION' and ob.instance_collection))
 
+
 class CYCLES_OBJECT_PT_shading(CyclesButtonsPanel, Panel):
     bl_label = "Shading"
     bl_context = "object"
@@ -1244,6 +1245,7 @@ class CYCLES_OBJECT_PT_shading(CyclesButtonsPanel, Panel):
             col = flow.column()
             col.prop(cob, "shadow_terminator_offset")
 
+
 class CYCLES_OBJECT_PT_visibility(CyclesButtonsPanel, Panel):
     bl_label = "Visibility"
     bl_context = "object"



More information about the Bf-blender-cvs mailing list