From 40c00d312f0cc54485f93e47763eb9cd9b413fee Mon Sep 17 00:00:00 2001 From: Brendon Murphy Date: Fri, 1 May 2015 10:52:03 +0800 Subject: add_extra_mesh_objects: new version Tracker: https://developer.blender.org/T44561 New UI, New Addons, Better organization & removal of 'Lesser Object Types' Merged & removed "lesser" & 'larger" add mesh scripts. Menu updates & re-organization & modernize. New: Add Vert, Round Cube, Menger Cube, Brilliant Diamond, Parent to Empty Removed: Add Mesh: Sqorus, Trapezohedron, Wedge, Polysphere. Merged add_mesh_symmetrical_empty from contrib Documentation: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Add_Mesh_Extra_Objects --- add_mesh_extra_objects/add_mesh_torusknot.py | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'add_mesh_extra_objects/add_mesh_torusknot.py') diff --git a/add_mesh_extra_objects/add_mesh_torusknot.py b/add_mesh_extra_objects/add_mesh_torusknot.py index 3803ba62..24bb9b4e 100644 --- a/add_mesh_extra_objects/add_mesh_torusknot.py +++ b/add_mesh_extra_objects/add_mesh_torusknot.py @@ -1,30 +1,5 @@ -# +---------------------------------------------------------+ -# | Copyright (c) 2005-2010 Anthony D'Agostino | -# | http://home.comcast.net/~chronosphere | -# | scorpius@netzero.com | -# | February 12, 2005 | -# | Torus Knot Generator | -# | Adds the famous missing primitive to Blender | -# +---------------------------------------------------------+ +# GPL # Author, Anthony D'Agostino -# ***** BEGIN GPL LICENSE BLOCK ***** -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# -# ***** END GPL LICENCE BLOCK ***** -# "version": (1, 0, 0) import bpy, mathutils, math def create_mesh_object(context, verts, edges, faces, name): -- cgit v1.2.3