Skip to content
Snippets Groups Projects
Commit e35305aa authored by Campbell Barton's avatar Campbell Barton
Browse files

Merge branch 'blender-v2.83-release'

parents 1da60d32 5ec31459
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment