Skip to content
Snippets Groups Projects
Commit 8b98016c authored by Brendon Murphy's avatar Brendon Murphy
Browse files

adding operator presets

parent b23a4709
No related branches found
No related tags found
No related merge requests found
......@@ -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",""),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment