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>2014-05-21 07:04:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-21 07:04:43 +0400
commit5bc482f647af6a3bf2e2b980108a25fa4c3ba352 (patch)
tree8762e4147b2bcc4225017d25a147410026b3c94a /add_mesh_extra_objects
parent0962e658947844d22a9ad4dc929f7792e56ee284 (diff)
Maintenance to bl_info, remove redundant tracker URL's
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/__init__.py6
-rw-r--r--add_mesh_extra_objects/add_mesh_3d_function_surface.py3
-rw-r--r--add_mesh_extra_objects/add_mesh_gears.py6
-rw-r--r--add_mesh_extra_objects/add_mesh_gemstones.py6
-rw-r--r--add_mesh_extra_objects/add_mesh_honeycomb.py6
-rw-r--r--add_mesh_extra_objects/add_mesh_polysphere.py3
-rw-r--r--add_mesh_extra_objects/add_mesh_pyramid.py15
-rw-r--r--add_mesh_extra_objects/add_mesh_teapot.py6
-rw-r--r--add_mesh_extra_objects/add_mesh_torusknot.py6
-rw-r--r--add_mesh_extra_objects/add_mesh_twisted_torus.py6
10 files changed, 34 insertions, 29 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index 93cb7f23..47bb1c1f 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -27,9 +27,9 @@ bl_info = {
"description": "Add extra object types",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Add_Mesh/Add_Extra",
- "tracker_url": "https://developer.blender.org/T22457",
- "category": "Add Mesh"}
+ "Scripts/Add_Mesh/Add_Extra",
+ "category": "Add Mesh",
+}
if "bpy" in locals():
diff --git a/add_mesh_extra_objects/add_mesh_3d_function_surface.py b/add_mesh_extra_objects/add_mesh_3d_function_surface.py
index 64fe9879..ca39d544 100644
--- a/add_mesh_extra_objects/add_mesh_3d_function_surface.py
+++ b/add_mesh_extra_objects/add_mesh_3d_function_surface.py
@@ -25,8 +25,7 @@ bl_info = {
"description": "Create Objects using Math Formulas",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
- "Scripts/Add_Mesh/Add_3d_Function_Surface",
- "tracker_url": "https://developer.blender.org/T21444",
+ "Scripts/Add_Mesh/Add_3d_Function_Surface",
"category": "Add Mesh"}
'''
diff --git a/add_mesh_extra_objects/add_mesh_gears.py b/add_mesh_extra_objects/add_mesh_gears.py
index 7dfa46b0..d657fcfb 100644
--- a/add_mesh_extra_objects/add_mesh_gears.py
+++ b/add_mesh_extra_objects/add_mesh_gears.py
@@ -28,9 +28,9 @@ bl_info = {
"description": "Adds a mesh Gear to the Add Mesh menu",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
- "Scripts/Add_Mesh/Add_Gear",
- "tracker_url": "https://developer.blender.org/T21732",
- "category": "Add Mesh"}
+ "Scripts/Add_Mesh/Add_Gear",
+ "category": "Add Mesh",
+}
'''
import bpy
diff --git a/add_mesh_extra_objects/add_mesh_gemstones.py b/add_mesh_extra_objects/add_mesh_gemstones.py
index 7372d2f7..d0e7a375 100644
--- a/add_mesh_extra_objects/add_mesh_gemstones.py
+++ b/add_mesh_extra_objects/add_mesh_gemstones.py
@@ -25,9 +25,9 @@ bl_info = {
"description": "Adds various gemstone (Diamond & Gem) meshes.",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
- "Scripts/Add_Mesh/Add_Gemstones",
- "tracker_url": "https://developer.blender.org/T21432",
- "category": "Add Mesh"}
+ "Scripts/Add_Mesh/Add_Gemstones",
+ "category": "Add Mesh",
+}
'''
import bpy
from mathutils import *
diff --git a/add_mesh_extra_objects/add_mesh_honeycomb.py b/add_mesh_extra_objects/add_mesh_honeycomb.py
index d42f66d5..37a93036 100644
--- a/add_mesh_extra_objects/add_mesh_honeycomb.py
+++ b/add_mesh_extra_objects/add_mesh_honeycomb.py
@@ -24,8 +24,10 @@ bl_info = {
"location": "View3D > Add > Mesh > HoneyComb",
"description": "Adds HoneyComb Mesh",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/HoneyComb",
- "category": "Add Mesh"}
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "Scripts/Add_Mesh/HoneyComb",
+ "category": "Add Mesh",
+}
'''
from math import pi, sin, cos
diff --git a/add_mesh_extra_objects/add_mesh_polysphere.py b/add_mesh_extra_objects/add_mesh_polysphere.py
index 5c5b1c2e..b250063f 100644
--- a/add_mesh_extra_objects/add_mesh_polysphere.py
+++ b/add_mesh_extra_objects/add_mesh_polysphere.py
@@ -25,8 +25,7 @@ bl_info = {
"description": "Adds a PolySphere (all quads) for sculpting",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
- "Scripts/Add_Mesh/Add_PolySphere",
- "tracker_url": "",
+ "Scripts/Add_Mesh/Add_PolySphere",
"category": "Add Mesh"}
'''
diff --git a/add_mesh_extra_objects/add_mesh_pyramid.py b/add_mesh_extra_objects/add_mesh_pyramid.py
index 9cca7618..8ca68503 100644
--- a/add_mesh_extra_objects/add_mesh_pyramid.py
+++ b/add_mesh_extra_objects/add_mesh_pyramid.py
@@ -20,14 +20,15 @@
# (c) 2011 Phil Cote (cotejrp1)
'''
bl_info = {
- 'name': 'Mesh Pyramid',
- 'author': 'Phil Cote, cotejrp1, (http://www.blenderaddons.com)',
- 'version': (0, 5),
+ "name": "Mesh Pyramid",
+ "author": "Phil Cote, cotejrp1, (http://www.blenderaddons.com)",
+ "version": (0, 5),
"blender": (2, 63, 0),
- 'location': 'View3D > Add > Mesh',
- 'description': 'Create an egyption-style step pyramid',
- 'warning': '', # used for warning icon and text in addons panel
- 'category': 'Add Mesh'}
+ "location": "View3D > Add > Mesh",
+ "description": "Create an egyption-style step pyramid",
+ "warning": "", # used for warning icon and text in addons panel
+ "category": "Add Mesh",
+}
'''
import bpy
diff --git a/add_mesh_extra_objects/add_mesh_teapot.py b/add_mesh_extra_objects/add_mesh_teapot.py
index dc4d575d..cdbdf7ee 100644
--- a/add_mesh_extra_objects/add_mesh_teapot.py
+++ b/add_mesh_extra_objects/add_mesh_teapot.py
@@ -31,8 +31,10 @@ bl_info = {
"version": (1, 0),
"blender": (2, 57, 0),
"location": "View3D > Add > Mesh ",
- "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Teapot",
- "category": "Add Mesh"}
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "Scripts/Add_Teapot",
+ "category": "Add Mesh",
+}
'''
import bpy
diff --git a/add_mesh_extra_objects/add_mesh_torusknot.py b/add_mesh_extra_objects/add_mesh_torusknot.py
index f69d12c4..e932adc8 100644
--- a/add_mesh_extra_objects/add_mesh_torusknot.py
+++ b/add_mesh_extra_objects/add_mesh_torusknot.py
@@ -31,8 +31,10 @@ bl_info = {
"version": (1, 0),
"blender": (2, 57, 0),
"location": "View3D > Add > Mesh ",
- "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_TorusKnot",
- "category": "Add Mesh"}
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "Scripts/Add_TorusKnot",
+ "category": "Add Mesh",
+}
'''
import bpy, mathutils, math
diff --git a/add_mesh_extra_objects/add_mesh_twisted_torus.py b/add_mesh_extra_objects/add_mesh_twisted_torus.py
index 984c2655..fd3cb5e8 100644
--- a/add_mesh_extra_objects/add_mesh_twisted_torus.py
+++ b/add_mesh_extra_objects/add_mesh_twisted_torus.py
@@ -29,9 +29,9 @@ bl_info = {
"description": "Adds a mesh Twisted Torus to the Add Mesh menu",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
- "Scripts/Add_Mesh/Add_Twisted_Torus",
- "tracker_url": "https://developer.blender.org/T21622",
- "category": "Add Mesh"}
+ "Scripts/Add_Mesh/Add_Twisted_Torus",
+ "category": "Add Mesh",
+}
Usage: