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>2012-05-03 15:51:01 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2012-05-03 15:51:01 +0400
commit96355d45455f1b8ae29a8d3f2cc719084e8c4aef (patch)
treeeadf3eab86b9f18de649facb93da8ad097dd4aea /add_mesh_extra_objects/__init__.py
parent1ac408a65ea885d04eec41c48c2ceb16edf7fc15 (diff)
Added newell teapot & easter egg (Spoon)
Diffstat (limited to 'add_mesh_extra_objects/__init__.py')
-rw-r--r--add_mesh_extra_objects/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index fcb02a56..97ec361d 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -17,7 +17,6 @@
# ##### END GPL LICENSE BLOCK #####
# Contributed to by
# Pontiac, Fourmadmen, varkenvarken, tuga3d, meta-androcto, metalliandy, dreampainter & cotejrp1#
-# Kayo Phoenix, Anthony D'Agostino#
bl_info = {
"name": "Extra Objects",
@@ -46,6 +45,7 @@ if "bpy" in locals():
imp.reload(add_mesh_pyramid)
imp.reload(add_mesh_torusknot)
imp.reload(add_mesh_honeycomb)
+ imp.reload(add_mesh_teapot)
else:
from . import add_mesh_extra_objects
from . import add_mesh_twisted_torus
@@ -57,6 +57,7 @@ else:
from . import add_mesh_pyramid
from . import add_mesh_torusknot
from . import add_mesh_honeycomb
+ from . import add_mesh_teapot
import bpy
@@ -160,6 +161,8 @@ class INFO_MT_mesh_misc_add(bpy.types.Menu):
text="Step Pyramid")
layout.operator("mesh.honeycomb_add",
text="Honeycomb")
+ layout.operator("mesh.primitive_teapot_add",
+ text="Teapot+")
# Register all operators and panels
# Define "Extras" menu