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:
Diffstat (limited to 'object_fracture_cell/__init__.py')
-rw-r--r--object_fracture_cell/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py
index 037ed15c..e8244549 100644
--- a/object_fracture_cell/__init__.py
+++ b/object_fracture_cell/__init__.py
@@ -161,6 +161,7 @@ def main_object(context, obj, level, **kw):
group_objects = group.objects[:]
for obj_cell in objects:
if obj_cell not in group_objects:
+ collection.objects.unlink(obj_cell)
group.objects.link(obj_cell)
if kw_copy["use_debug_redraw"]: