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>2010-07-13 17:32:07 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-07-13 17:32:07 +0400
commit2d092f168009d6d233ba43b91f1886f5bc53f5f1 (patch)
treef992e81b5b78614d14e0e8715fd8af2ed78ec8c0 /add_mesh_twisted_torus.py
parent77d4c7b0b06c6788fe4775f875c805c8f374f488 (diff)
Clean up. scripts/addons/add_mesh_twisted_torus.py
Diffstat (limited to 'add_mesh_twisted_torus.py')
-rw-r--r--add_mesh_twisted_torus.py23
1 files changed, 1 insertions, 22 deletions
diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py
index 31996774..a7aaae0a 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -1,5 +1,5 @@
# add_mesh_twisted_torus.py Copyright (C) 2009-2010, Paulo Gomes
-#
+# email__=["tuga3d {at} gmail {dot} com"]
# add twisted torus to the blender 2.50 add->mesh menu
# ***** BEGIN GPL LICENSE BLOCK *****
#
@@ -33,27 +33,6 @@ bl_addon_info = {
'func=detail&aid=21622&group_id=153&atid=469',
'category': 'Add Mesh'}
-
-"""
-Name: 'Twisted Torus'
-Blender: 250
-Group: 'AddMesh'
-Tip: 'Add a Twisted Torus Object...'
-__author__ = ["Paulo_Gomes"]
-__version__ = '0.10'
-__url__ = [
- ""]
-email__=["tuga3d {at} gmail {dot} com"]
-
-Usage:
-
-* Launch from Add Mesh menu
-
-* Modify parameters as desired or keep defaults
-
-"""
-
-
import bpy
from bpy.props import *