Skip to content

Commit

Permalink
Maintenance to bl_info, remove redundant tracker URL's
Browse files Browse the repository at this point in the history
  • Loading branch information
ideasman42 committed May 21, 2014
1 parent 0962e65 commit 5bc482f
Show file tree
Hide file tree
Showing 93 changed files with 306 additions and 319 deletions.
3 changes: 1 addition & 2 deletions add_curve_extra_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"description": "Add extra curve object types",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Curve_Objects",
"tracker_url": "https://developer.blender.org/T32477",
"Scripts/Curve/Curve_Objects",
"category": "Add Curve"}


Expand Down
20 changes: 10 additions & 10 deletions add_curve_extra_objects/add_curve_aceous_galore.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
# ##### END GPL LICENSE BLOCK #####
'''
bl_info = {
'name': 'Curveaceous Galore!',
'author': 'Jimmy Hazevoet, testscreenings',
'version': (0, 2),
"name": "Curveaceous Galore!",
"author": "Jimmy Hazevoet, testscreenings",
"version": (0, 2),
"blender": (2, 59, 0),
'location': 'View3D > Add > Curve',
'description': 'Adds many different types of Curves',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.6/Py/'
'Scripts/Curve/Curves_Galore',
'tracker_url': 'https://developer.blender.org/T22404',
'category': 'Add Curve'}
"location": "View3D > Add > Curve",
"description": "Adds many different types of Curves",
"warning": "", # used for warning icon and text in addons panel
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Curves_Galore",
"category": "Add Curve",
}
'''


Expand Down
6 changes: 4 additions & 2 deletions add_curve_extra_objects/add_curve_spirals.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
"blender": (2, 62, 0),
"location": "View3D > Add > Curve",
"warning": "", # used for warning icon and text in addons panel
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.4/Py/Scripts/Object/Spirals",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.4/Py/"
"Scripts/Object/Spirals",
"tracker_url": "http:https://alexvaqp.googlepages.com?"
"func=detail&aid=<number>",
"category": "Add Curve"}
"category": "Add Curve",
}
'''
import bpy, time
from bpy.props import *
Expand Down
3 changes: 1 addition & 2 deletions add_curve_extra_objects/add_curve_torus_knots.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"description": "Adds many types of (torus) knots",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Torus_Knot",
"tracker_url": "https://developer.blender.org/T22403",
"Scripts/Curve/Torus_Knot",
"category": "Add Curve"}
'''

Expand Down
6 changes: 3 additions & 3 deletions add_curve_ivygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"blender": (2, 59, 0),
"location": "View3D > Add > Curve",
"description": "Adds generated ivy to a mesh object starting "
"at the 3D cursor",
"at the 3D cursor",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Ivy_Gen",
"tracker_url": "https://developer.blender.org/T27234",
"category": "Add Curve"}
"category": "Add Curve",
}


import bpy
Expand Down
8 changes: 4 additions & 4 deletions add_curve_sapling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"description": ("Adds a parametric tree. The method is presented by "
"Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
"Realistic Trees'."),
#"warning": "length parameters may cause errors", # used for warning icon and text in addons panel
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Sapling_Tree",
"tracker_url": "https://developer.blender.org/T27226",
"category": "Add Curve"}
"Scripts/Curve/Sapling_Tree",
"category": "Add Curve",
}


if "bpy" in locals():
Expand Down
6 changes: 3 additions & 3 deletions add_mesh_BoltFactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"location": "View3D > Add > Mesh",
"description": "Add a bolt or nut",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Add_Mesh/BoltFactory",
"tracker_url": "https://developer.blender.org/T22842",
"category": "Add Mesh"}
"Scripts/Add_Mesh/BoltFactory",
"category": "Add Mesh",
}


if "bpy" in locals():
Expand Down
6 changes: 3 additions & 3 deletions add_mesh_ant_landscape.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"description": "Add a landscape primitive",
"warning": "", # used for warning icon and text in addons panel
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Add_Mesh/ANT_Landscape",
"tracker_url": "https://developer.blender.org/T23130",
"category": "Add Mesh"}
"Scripts/Add_Mesh/ANT_Landscape",
"category": "Add Mesh",
}

"""
Another Noise Tool: Landscape mesh generator
Expand Down
6 changes: 3 additions & 3 deletions add_mesh_extra_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"description": "Add extra object types",
"warning": "",
"wiki_url": "http:https://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():
Expand Down
3 changes: 1 addition & 2 deletions add_mesh_extra_objects/add_mesh_3d_function_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"description": "Create Objects using Math Formulas",
"warning": "",
"wiki_url": "http:https://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"}
'''

Expand Down
6 changes: 3 additions & 3 deletions add_mesh_extra_objects/add_mesh_gears.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"description": "Adds a mesh Gear to the Add Mesh menu",
"warning": "",
"wiki_url": "http:https://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
Expand Down
6 changes: 3 additions & 3 deletions add_mesh_extra_objects/add_mesh_gemstones.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"description": "Adds various gemstone (Diamond & Gem) meshes.",
"warning": "",
"wiki_url": "http:https://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 *
Expand Down
6 changes: 4 additions & 2 deletions add_mesh_extra_objects/add_mesh_honeycomb.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
"location": "View3D > Add > Mesh > HoneyComb",
"description": "Adds HoneyComb Mesh",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/HoneyComb",
"category": "Add Mesh"}
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Add_Mesh/HoneyComb",
"category": "Add Mesh",
}
'''
from math import pi, sin, cos

Expand Down
3 changes: 1 addition & 2 deletions add_mesh_extra_objects/add_mesh_polysphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"description": "Adds a PolySphere (all quads) for sculpting",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Add_Mesh/Add_PolySphere",
"tracker_url": "",
"Scripts/Add_Mesh/Add_PolySphere",
"category": "Add Mesh"}
'''

Expand Down
15 changes: 8 additions & 7 deletions add_mesh_extra_objects/add_mesh_pyramid.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
# (c) 2011 Phil Cote (cotejrp1)
'''
bl_info = {
'name': 'Mesh Pyramid',
'author': 'Phil Cote, cotejrp1, (http:https://www.blenderaddons.com)',
'version': (0, 5),
"name": "Mesh Pyramid",
"author": "Phil Cote, cotejrp1, (http:https://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
Expand Down
6 changes: 4 additions & 2 deletions add_mesh_extra_objects/add_mesh_teapot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
"version": (1, 0),
"blender": (2, 57, 0),
"location": "View3D > Add > Mesh ",
"url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Teapot",
"category": "Add Mesh"}
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Add_Teapot",
"category": "Add Mesh",
}
'''

import bpy
Expand Down
6 changes: 4 additions & 2 deletions add_mesh_extra_objects/add_mesh_torusknot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
"version": (1, 0),
"blender": (2, 57, 0),
"location": "View3D > Add > Mesh ",
"url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_TorusKnot",
"category": "Add Mesh"}
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Add_TorusKnot",
"category": "Add Mesh",
}
'''
import bpy, mathutils, math

Expand Down
6 changes: 3 additions & 3 deletions add_mesh_extra_objects/add_mesh_twisted_torus.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"description": "Adds a mesh Twisted Torus to the Add Mesh menu",
"warning": "",
"wiki_url": "http:https://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:
Expand Down
6 changes: 3 additions & 3 deletions add_mesh_pipe_joint.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"description": "Add different types of pipe joints",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Add_Mesh/Add_Pipe_Joints",
"tracker_url": "https://developer.blender.org/T21443",
"category": "Add Mesh"}
"Scripts/Add_Mesh/Add_Pipe_Joints",
"category": "Add Mesh",
}

import bpy
from math import *
Expand Down
6 changes: 3 additions & 3 deletions add_mesh_solid.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"description": "Add a regular solid",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Add_Mesh/Add_Solid",
"tracker_url": "https://developer.blender.org/T22405",
"category": "Add Mesh"}
"Scripts/Add_Mesh/Add_Solid",
"category": "Add Mesh",
}

import bpy
from bpy.props import FloatProperty,EnumProperty,BoolProperty
Expand Down
14 changes: 7 additions & 7 deletions animation_add_corrective_shape_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
# <pep8-80 compliant>

bl_info = {
'name': 'Corrective shape keys',
'author': 'Ivo Grigull (loolarge), Tal Trachtman',
'version': (1, 0),
"name": "Corrective shape keys",
"author": "Ivo Grigull (loolarge), Tal Trachtman",
"version": (1, 0),
"blender": (2, 57, 0),
'location': 'Object Data > Shape Keys (Search: corrective) ',
'description': 'Creates a corrective shape key for the current pose',
"location": "Object Data > Shape Keys (Search: corrective) ",
"description": "Creates a corrective shape key for the current pose",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Animation/Corrective_Shape_Key",
"tracker_url": "https://developer.blender.org/T22129",
'category': 'Animation'}
"category": "Animation",
}

"""
This script transfer the shape from an object (base mesh without
Expand Down
19 changes: 10 additions & 9 deletions animation_animall.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@
# ##### END GPL LICENSE BLOCK #####

bl_info = {
'name': 'AnimAll',
'author': 'Daniel Salazar <[email protected]>',
'version': (0, 7),
"name": "AnimAll",
"author": "Daniel Salazar <[email protected]>",
"version": (0, 7),
"blender": (2, 69, 7),
'location': 'Tool bar > Animation tab > AnimAll',
'description': 'Allows animation of mesh, lattice, curve and surface data',
'warning': '',
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Animation/AnimAll',
'tracker_url': 'https://developer.blender.org/T24874',
'category': 'Animation'}
"location": "Tool bar > Animation tab > AnimAll",
"description": "Allows animation of mesh, lattice, curve and surface data",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Animation/AnimAll",
"category": "Animation",
}

"""-------------------------------------------------------------------------
Thanks to Campbell Barton and Joshua Leung for hes API additions and fixes
Expand Down
6 changes: 3 additions & 3 deletions curve_simplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"description": "Simplifies 3D Curve objects and animation F-Curves",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Curve_Simplify",
"tracker_url": "https://developer.blender.org/T22327",
"category": "Add Curve"}
"Scripts/Curve/Curve_Simplify",
"category": "Add Curve",
}

"""
This script simplifies Curve objects and animation F-Curves.
Expand Down
6 changes: 3 additions & 3 deletions development_api_navigator.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"description": "Allows exploration of the python api via the user interface",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Text_Editor/API_Navigator",
"tracker_url": "https://developer.blender.org/T24982",
"category": "Development"}
"Scripts/Text_Editor/API_Navigator",
"category": "Development",
}

"""
You can browse through the tree structure of the api. Each child object appears in a list
Expand Down
23 changes: 11 additions & 12 deletions development_icon_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,18 @@


bl_info = {
'name': 'Icons',
'author': 'Crouch, N.tox, PKHG, Campbell Barton, Dany Lebel',
'version': (1, 5, 2),
"name": "Icons",
"author": "Crouch, N.tox, PKHG, Campbell Barton, Dany Lebel",
"version": (1, 5, 2),
"blender": (2, 57, 0),
'location': 'Text Editor > Properties or '\
'Console > Console Menu',
'warning': '',
'description': 'Click an icon to display its name and copy it '\
'to the clipboard',
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.6/'\
'Py/Scripts/System/Display_All_Icons',
'tracker_url': 'https://developer.blender.org/T22011',
'category': 'Development'}
"location": "Text Editor > Properties or " "Console > Console Menu",
"warning": "",
"description": "Click an icon to display its name and "
"copy it to the clipboard",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/System/Display_All_Icons",
"category": "Development",
}


import bpy
Expand Down
Loading

0 comments on commit 5bc482f

Please sign in to comment.