Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Inch <mythologylover75@gmail.com>2020-11-18 05:10:06 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-11-18 05:10:06 +0300
commit1416eacdbea17df75634fc972e75d0bb8dd195f9 (patch)
tree7d3013cb7754481e78b5fa4adc1a95e07b982e0d
parent26088d766e55bd4b18be812d60aa20f5316f8ab8 (diff)
parentf3a8b264d19b2adc54baa87723907ce9442b8ecb (diff)
Merge branch 'blender-v2.91-release' into master
-rw-r--r--add_mesh_discombobulator/mesh_discombobulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_discombobulator/mesh_discombobulator.py b/add_mesh_discombobulator/mesh_discombobulator.py
index 4824ef4b..93f3b3c4 100644
--- a/add_mesh_discombobulator/mesh_discombobulator.py
+++ b/add_mesh_discombobulator/mesh_discombobulator.py
@@ -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