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:
authorBrendon Murphy <meta.androcto1@gmail.com>2011-12-30 09:56:11 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2011-12-30 09:56:11 +0400
commit8b98016ceb5138576df21d64564afab45f34d973 (patch)
tree2ea3fb73d5d4bcfca0d5dac6191e13af6abfe0b9 /add_mesh_solid.py
parentb23a4709325745a9ea8927db390dc0c336c2fa79 (diff)
adding operator presets
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",""),