Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2022-04-26 12:11:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-04-26 12:11:02 +0300
commitce23c93c2dbb860d891dce1993593feb3076ab1c (patch)
tree47b4644f33fa3fdf97f36345954f2dd2ad29c300
parent848d1dd82c906f15acc3e9c6db99e43e125c7e14 (diff)
Cleanup: minor indentation edit to848d1dd82c906f15acc3e9c6db99e43e12
For some reason autopep8 adds mixed indentation for function arguments.
-rw-r--r--object_fracture_cell/fracture_cell_setup.py2
1 files changed, 1 insertions, 1 deletions
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,