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
Branches
Tags
No related merge requests found
...@@ -248,7 +248,7 @@ def main(context, **kw): ...@@ -248,7 +248,7 @@ def main(context, **kw):
class FractureCell(Operator): class FractureCell(Operator):
bl_idname = "object.add_fracture_cell_objects" bl_idname = "object.add_fracture_cell_objects"
bl_label = "Cell fracture selected mesh objects" bl_label = "Cell fracture selected mesh objects"
bl_options = {'PRESET'} bl_options = {'PRESET', 'UNDO'}
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Source Options # Source Options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment