Merge branch 'blender-v2.91-release' into master

This commit is contained in:
Ryan Inch 2020-11-17 21:10:06 -05:00
commit 1416eacdbe
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ class VIEW3D_OT_tools_discombobulate(Operator):
bl_label = "Discombobulator"
bl_description = ("Easily add sci-fi details to a surface \n"
"Needs an existing active Mesh with Faces")
bl_options = {"REGISTER"}
bl_options = {"REGISTER", "UNDO"}
executing = False