[Bf-blender-cvs] [78969525197] temp-sculpt-cavity-mask: temp-sculpt-cavity-mask: Fix python styling

Joseph Eagar noreply at git.blender.org
Thu Sep 29 01:12:10 CEST 2022


Commit: 789695251971ae7b830a0ceedc2f867fad278bd2
Author: Joseph Eagar
Date:   Wed Sep 28 16:11:45 2022 -0700
Branches: temp-sculpt-cavity-mask
https://developer.blender.org/rB789695251971ae7b830a0ceedc2f867fad278bd2

temp-sculpt-cavity-mask: Fix python styling

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

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 16acfbfd1f7..153bce78ec2 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1018,6 +1018,7 @@ class VIEW3D_PT_sculpt_options_gravity(Panel, View3DPaintPanel):
         col.prop(sculpt, "gravity", slider=True, text="Factor")
         col.prop(sculpt, "gravity_object")
 
+
 # TODO, move to space_view3d.py
 class VIEW3D_PT_sculpt_symmetry(Panel, View3DPaintPanel):
     bl_context = ".sculpt_mode"  # dot on purpose (access from topbar)



More information about the Bf-blender-cvs mailing list