[Bf-extensions-cvs] [5ec31459] blender-v2.83-release: Fix T76383: Undo after cell fracture crashes

Campbell Barton noreply at git.blender.org
Mon May 4 06:22:26 CEST 2020


Commit: 5ec31459289eaa4031dc32ac39b93b80855fa9ed
Author: Campbell Barton
Date:   Mon May 4 14:19:18 2020 +1000
Branches: blender-v2.83-release
https://developer.blender.org/rBA5ec31459289eaa4031dc32ac39b93b80855fa9ed

Fix T76383: Undo after cell fracture crashes

===================================================================

M	object_fracture_cell/__init__.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list