[Bf-extensions-cvs] [ce23c93c] master: Cleanup: minor indentation edit to848d1dd82c906f15acc3e9c6db99e43e12

Campbell Barton noreply at git.blender.org
Tue Apr 26 11:11:54 CEST 2022


Commit: ce23c93c2dbb860d891dce1993593feb3076ab1c
Author: Campbell Barton
Date:   Tue Apr 26 19:11:02 2022 +1000
Branches: master
https://developer.blender.org/rBAce23c93c2dbb860d891dce1993593feb3076ab1c

Cleanup: minor indentation edit to848d1dd82c906f15acc3e9c6db99e43e12

For some reason autopep8 adds mixed indentation for function arguments.

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

M	object_fracture_cell/fracture_cell_setup.py

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

diff --git a/object_fracture_cell/fracture_cell_setup.py b/object_fracture_cell/fracture_cell_setup.py
index aa03a808..dfd7975c 100644
--- a/object_fracture_cell/fracture_cell_setup.py
+++ b/object_fracture_cell/fracture_cell_setup.py
@@ -294,7 +294,7 @@ def cell_fracture_objects(
 
 
 def cell_fracture_boolean(
-    context, collection, obj, objects,
+        context, collection, obj, objects,
         use_debug_bool=False,
         clean=True,
         use_island_split=False,



More information about the Bf-extensions-cvs mailing list