From ce23c93c2dbb860d891dce1993593feb3076ab1c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Apr 2022 19:11:02 +1000 Subject: Cleanup: minor indentation edit to848d1dd82c906f15acc3e9c6db99e43e12 For some reason autopep8 adds mixed indentation for function arguments. --- object_fracture_cell/fracture_cell_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3