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:
Diffstat (limited to 'add_mesh_solid.py')
-rw-r--r--add_mesh_solid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index c3e152a1..5c90a74e 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -339,7 +339,7 @@ class Solids(bpy.types.Operator):
bl_idname = "mesh.primitive_solid_add"
bl_label = "(Regular) solids"
bl_description = "Add one of the Platonic, Archimedean or Catalan solids"
- bl_options = {'REGISTER', 'UNDO'}
+ bl_options = {'REGISTER', 'UNDO', 'PRESET'}
source = EnumProperty(items = (("4","Tetrahedron",""),
("6","Hexahedron",""),