From 8b98016ceb5138576df21d64564afab45f34d973 Mon Sep 17 00:00:00 2001 From: Brendon Murphy <meta.androcto1@gmail.com> Date: Fri, 30 Dec 2011 05:56:11 +0000 Subject: [PATCH] adding operator presets --- add_mesh_solid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_mesh_solid.py b/add_mesh_solid.py index c3e152a1d..5c90a74e1 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",""), -- GitLab