[Bf-blender-cvs] [68ac737d48d] master: Cleanup: format

Philipp Oeser noreply at git.blender.org
Fri Sep 30 10:29:18 CEST 2022


Commit: 68ac737d48d470f8f16953a089eba2b3f26ecbe0
Author: Philipp Oeser
Date:   Fri Sep 30 10:28:11 2022 +0200
Branches: master
https://developer.blender.org/rB68ac737d48d470f8f16953a089eba2b3f26ecbe0

Cleanup: format

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

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 cd6588779e0..c1f2bef95e8 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -976,7 +976,7 @@ class VIEW3D_PT_sculpt_options(Panel, View3DPaintPanel):
         col.prop(sculpt, "use_automasking_cavity_inverted", text="Cavity (Inverted)")
         col.prop(sculpt, "use_automasking_start_normal", text="Area Normal")
         col.prop(sculpt, "use_automasking_view_normal", text="View Normal")
-        
+
         if sculpt.use_automasking_start_normal:
             col.separator()



More information about the Bf-blender-cvs mailing list