[Bf-extensions-cvs] [5bc482f] master: Maintenance to bl_info, remove redundant tracker URL's

Campbell Barton noreply at git.blender.org
Wed May 21 05:07:56 CEST 2014


Commit: 5bc482f647af6a3bf2e2b980108a25fa4c3ba352
Author: Campbell Barton
Date:   Wed May 21 13:04:43 2014 +1000
https://developer.blender.org/rBA5bc482f647af6a3bf2e2b980108a25fa4c3ba352

Maintenance to bl_info, remove redundant tracker URL's

===================================================================

M	add_curve_extra_objects/__init__.py
M	add_curve_extra_objects/add_curve_aceous_galore.py
M	add_curve_extra_objects/add_curve_spirals.py
M	add_curve_extra_objects/add_curve_torus_knots.py
M	add_curve_ivygen.py
M	add_curve_sapling/__init__.py
M	add_mesh_BoltFactory/__init__.py
M	add_mesh_ant_landscape.py
M	add_mesh_extra_objects/__init__.py
M	add_mesh_extra_objects/add_mesh_3d_function_surface.py
M	add_mesh_extra_objects/add_mesh_gears.py
M	add_mesh_extra_objects/add_mesh_gemstones.py
M	add_mesh_extra_objects/add_mesh_honeycomb.py
M	add_mesh_extra_objects/add_mesh_polysphere.py
M	add_mesh_extra_objects/add_mesh_pyramid.py
M	add_mesh_extra_objects/add_mesh_teapot.py
M	add_mesh_extra_objects/add_mesh_torusknot.py
M	add_mesh_extra_objects/add_mesh_twisted_torus.py
M	add_mesh_pipe_joint.py
M	add_mesh_solid.py
M	animation_add_corrective_shape_key.py
M	animation_animall.py
M	curve_simplify.py
M	development_api_navigator.py
M	development_icon_get.py
M	game_engine_save_as_runtime.py
M	io_anim_acclaim/__init__.py
M	io_anim_bvh/__init__.py
M	io_anim_c3d/__init__.py
M	io_anim_camera.py
M	io_anim_nuke_chan/__init__.py
M	io_coat3D/__init__.py
M	io_convert_image_to_mesh_img/__init__.py
M	io_curve_svg/__init__.py
M	io_export_after_effects.py
M	io_export_dxf/__init__.py
M	io_export_pc2.py
M	io_export_unreal_psk_psa.py
M	io_import_gimp_image_to_scene.py
M	io_import_images_as_planes.py
M	io_import_scene_dxf.py
M	io_import_scene_lwo.py
M	io_import_scene_mhx.py
M	io_import_scene_unreal_psa_psk.py
M	io_mesh_pdb/__init__.py
M	io_mesh_ply/__init__.py
M	io_mesh_raw/__init__.py
M	io_mesh_stl/__init__.py
M	io_mesh_uv_layout/__init__.py
M	io_online_sketchfab/__init__.py
M	io_scene_3ds/__init__.py
M	io_scene_fbx/__init__.py
M	io_scene_ms3d/__init__.py
M	io_scene_obj/__init__.py
M	io_scene_vrml2/__init__.py
M	io_scene_x/__init__.py
M	io_scene_x3d/__init__.py
M	io_sequencer_edl/__init__.py
M	io_shape_mdd/__init__.py
M	light_field_tools/__init__.py
M	mesh_bsurfaces.py
M	mesh_f2.py
M	mesh_inset/__init__.py
M	mesh_looptools.py
M	mesh_relax.py
M	mocap/__init__.py
M	netrender/__init__.py
M	node_efficiency_tools.py
M	object_add_chain.py
M	object_animrenderbake.py
M	object_cloud_gen.py
M	object_edit_linked.py
M	object_fracture/__init__.py
M	object_grease_scatter.py
M	object_print3d_utils/__init__.py
M	paint_palette.py
M	render_copy_settings/__init__.py
M	render_povray/__init__.py
M	render_renderfarmfi/__init__.py
M	space_view3d_3d_navigation.py
M	space_view3d_copy_attributes.py
M	space_view3d_materials_utils.py
M	space_view3d_math_vis/__init__.py
M	space_view3d_panel_measure.py
M	space_view3d_screencast_keys.py
M	space_view3d_spacebar_menu.py
M	system_blend_info.py
M	system_demo_mode/__init__.py
M	system_property_chart.py
M	texture_paint_layer_manager.py
M	ui_translate/__init__.py
M	uv_bake_texture_to_vcols.py
M	uv_texture_atlas.py

===================================================================

diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index cd9f8c9..fab9f38 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -27,8 +27,7 @@ bl_info = {
     "description": "Add extra curve object types",
     "warning": "",
     "wiki_url": "http://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"}
 
 
diff --git a/add_curve_extra_objects/add_curve_aceous_galore.py b/add_curve_extra_objects/add_curve_aceous_galore.py
index 2389f00..0eae5e8 100644
--- a/add_curve_extra_objects/add_curve_aceous_galore.py
+++ b/add_curve_extra_objects/add_curve_aceous_galore.py
@@ -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://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://wiki.blender.org/index.php/Extensions:2.6/Py/"
+                "Scripts/Curve/Curves_Galore",
+    "category": "Add Curve",
+}
 '''
 
 
diff --git a/add_curve_extra_objects/add_curve_spirals.py b/add_curve_extra_objects/add_curve_spirals.py
index 9e17881..11d86eb 100644
--- a/add_curve_extra_objects/add_curve_spirals.py
+++ b/add_curve_extra_objects/add_curve_spirals.py
@@ -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://wiki.blender.org/index.php/Extensions:2.4/Py/Scripts/Object/Spirals",
+    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.4/Py/"
+                "Scripts/Object/Spirals",
     "tracker_url": "http://alexvaqp.googlepages.com?"
                    "func=detail&aid=<number>",
-    "category": "Add Curve"}
+    "category": "Add Curve",
+}
 '''
 import bpy, time
 from bpy.props import *
diff --git a/add_curve_extra_objects/add_curve_torus_knots.py b/add_curve_extra_objects/add_curve_torus_knots.py
index 591517c..22fe48f 100644
--- a/add_curve_extra_objects/add_curve_torus_knots.py
+++ b/add_curve_extra_objects/add_curve_torus_knots.py
@@ -26,8 +26,7 @@ bl_info = {
     "description": "Adds many types of (torus) knots",
     "warning": "",
     "wiki_url": "http://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"}
 '''
 
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index 3c30e52..6b359e1 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -25,12 +25,12 @@ bl_info = {
     "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://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
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 91a5808..78f2ebb 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -25,11 +25,11 @@ bl_info = {
     "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://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():
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index b243a03..0f1c691 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -24,9 +24,9 @@ bl_info = {
     "location": "View3D > Add > Mesh",
     "description": "Add a bolt or nut",
     "wiki_url": "http://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():
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index 2b09b6a..b99eb2b 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -25,9 +25,9 @@ bl_info = {
     "description": "Add a landscape primitive",
     "warning": "", # used for warning icon and text in addons panel
     "wiki_url": "http://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
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index 93cb7f2..47bb1c1 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 64fe987..ca39d54 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 7dfa46b..d657fcf 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 7372d2f..d0e7a37 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 d42f66d..37a9303 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 5c5b1c2..b250063 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 9cca761..8ca6850 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.bl

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list