[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [773] trunk/py/scripts/addons/ add_mesh_twisted_torus.py: Clean up.

Brendon Murphy meta.androcto1 at gmail.com
Tue Jul 13 15:32:07 CEST 2010


Revision: 773
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=773
Author:   meta-androcto
Date:     2010-07-13 15:32:07 +0200 (Tue, 13 Jul 2010)

Log Message:
-----------
Clean up. scripts/addons/add_mesh_twisted_torus.py

Modified Paths:
--------------
    trunk/py/scripts/addons/add_mesh_twisted_torus.py

Modified: trunk/py/scripts/addons/add_mesh_twisted_torus.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_twisted_torus.py	2010-07-13 08:24:38 UTC (rev 772)
+++ trunk/py/scripts/addons/add_mesh_twisted_torus.py	2010-07-13 13:32:07 UTC (rev 773)
@@ -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 @@
         '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 *
 




More information about the Bf-extensions-cvs mailing list