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:
authorCampbell Barton <ideasman42@gmail.com>2012-12-19 19:46:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-19 19:46:55 +0400
commit5b2b55e30020ec4dccbd11d91a16eb74198232a8 (patch)
tree584ef3bd1e9c558c9f8cd1fcfa8efe12a16bafe8 /add_mesh_extra_objects/add_mesh_teapot.py
parent90a7492448113b330b9f5e7f2795535ce2e3ddcc (diff)
more formatting edits
Diffstat (limited to 'add_mesh_extra_objects/add_mesh_teapot.py')
-rw-r--r--add_mesh_extra_objects/add_mesh_teapot.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/add_mesh_extra_objects/add_mesh_teapot.py b/add_mesh_extra_objects/add_mesh_teapot.py
index 93030aa3..79178688 100644
--- a/add_mesh_extra_objects/add_mesh_teapot.py
+++ b/add_mesh_extra_objects/add_mesh_teapot.py
@@ -26,13 +26,13 @@
# ***** END GPL LICENCE BLOCK *****
bl_info = {
- "name": "Teapot+",
- "author": "Anthony D'Agostino",
- "version": (1, 0),
- "blender": (2, 5, 7),
- "location": "View3D > Add > Mesh ",
- "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Teapot",
- "category": "Add Mesh"}
+ "name": "Teapot+",
+ "author": "Anthony D'Agostino",
+ "version": (1, 0),
+ "blender": (2, 5, 7),
+ "location": "View3D > Add > Mesh ",
+ "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Teapot",
+ "category": "Add Mesh"}
'''
import bpy, mathutils, io, operator, functools