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:23:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-04 07:23:32 +0300
commite35305aaff0e2670c5afa91aaa1cfe19c27d3cd8 (patch)
tree45eb726c5a2d9d35ba5bf0ccc49e8c8c0309911e
parent1da60d3226e1c722fca59197557178be2cebd93f (diff)
parent5ec31459289eaa4031dc32ac39b93b80855fa9ed (diff)
Merge branch 'blender-v2.83-release'
-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 e5e56c26..cb8cc561 100644
--- a/object_fracture_cell/__init__.py
+++ b/object_fracture_cell/__init__.py
@@ -248,7 +248,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