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>2020-05-04 07:19:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-04 07:19:18 +0300
commit5ec31459289eaa4031dc32ac39b93b80855fa9ed (patch)
tree4d5c0b76f001d7f1a575b50ac947edf178101a60
parent06fc55648012d133451469f584c9cadd34852552 (diff)
Fix T76383: Undo after cell fracture crashes
-rw-r--r--object_fracture_cell/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py
index 2e6d3b08..02e156b4 100644
--- a/object_fracture_cell/__init__.py
+++ b/object_fracture_cell/__init__.py
@@ -242,7 +242,7 @@ def main(context, **kw):
class FractureCell(Operator):
bl_idname = "object.add_fracture_cell_objects"
bl_label = "Cell fracture selected mesh objects"
- bl_options = {'PRESET'}
+ bl_options = {'PRESET', 'UNDO'}
# -------------------------------------------------------------------------
# Source Options