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>2015-06-22 08:28:17 +0300
committerBrendon Murphy <meta.androcto1@gmail.com>2015-06-22 08:28:17 +0300
commit1883ee23fb258e05c91b4fb2121d7150b6673cd9 (patch)
tree9ff6d4bd8068b989d0cb844f4bffba00f8498dd4 /add_mesh_extra_objects/__init__.py
parentffaddb3a6f59dc9a2177c27391c8fd8444af3257 (diff)
update parent to mesh, update & fix crasher in mesh_round_cube, update init.
Diffstat (limited to 'add_mesh_extra_objects/__init__.py')
-rw-r--r--add_mesh_extra_objects/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index ce4c36da..0b14f3dc 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -200,7 +200,7 @@ class INFO_MT_mesh_pipe_joints_add(bpy.types.Menu):
def menu_func(self, context):
self.layout.separator()
self.layout.menu("INFO_MT_mesh_vert_add", text="Single Vert", icon="LAYER_ACTIVE")
- self.layout.menu("INFO_MT_mesh_round_cube_add", text="Round Cube", icon="WIRE")
+ self.layout.operator("mesh.primitive_round_cube_add", text="Round Cube", icon="MOD_SUBSURF")
self.layout.menu("INFO_MT_mesh_math_add", text="Math Function", icon="PACKAGE")
self.layout.menu("INFO_MT_mesh_pipe_joints_add", text="Pipe Joints", icon="SNAP_PEEL_OBJECT")
self.layout.menu("INFO_MT_mesh_gears_add", text="Gears", icon="SCRIPTWIN")