Merge branch 'blender-v2.83-release'

This commit is contained in:
Campbell Barton 2020-05-04 14:23:32 +10:00
commit e35305aaff
1 changed files with 1 additions and 1 deletions

View File

@ -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