Skip to content

Commit

Permalink
Update 'bl_info' use 'doc_url' instead of 'wiki_url'
Browse files Browse the repository at this point in the history
  • Loading branch information
ideasman42 committed Mar 5, 2020
1 parent f4e12a2 commit bb977fb
Show file tree
Hide file tree
Showing 146 changed files with 344 additions and 301 deletions.
4 changes: 2 additions & 2 deletions add_camera_rigs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"blender": (2, 80, 0),
"location": "View3D > Add > Camera > Dolly or Crane Rig",
"description": "Adds a Camera Rig with UI",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"camera/camera_rigs.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"camera/camera_rigs.html",
"tracker_url": "https://github.com/waylow/add_camera_rigs/issues",
"category": "Camera",
}
Expand Down
8 changes: 4 additions & 4 deletions add_curve_extra_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"location": "View3D > Add > Curve > Extra Objects",
"description": "Add extra curve object types",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/extra_objects.html",
"category": "Add Curve"
}
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/extra_objects.html",
"category": "Add Curve",
}

if "bpy" in locals():
import importlib
Expand Down
4 changes: 2 additions & 2 deletions add_curve_extra_objects/add_curve_aceous_galore.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"location": "View3D > Add > Curve",
"description": "Adds many different types of Curves",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Curves_Galore",
"doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Curves_Galore",
"category": "Add Curve",
}
"""
Expand Down
5 changes: 3 additions & 2 deletions add_curve_extra_objects/add_curve_braid.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"location": "View3D > Add > Mesh > New Braid",
"description": "Adds a new Braid",
"warning": "",
"wiki_url": "",
"category": "Add Mesh"}
"doc_url": "",
"category": "Add Mesh",
}
"""

import bpy
Expand Down
5 changes: 3 additions & 2 deletions add_curve_extra_objects/add_curve_celtic_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
"blender": (2, 80, 0),
"location": "View3D > Add > Curve",
"warning": "",
"wiki_url": "https://github.com/BorisTheBrave/celtic-knot/wiki",
"category": "Add Curve"}
"doc_url": "https://github.com/BorisTheBrave/celtic-knot/wiki",
"category": "Add Curve",
}

import bpy
import bmesh
Expand Down
7 changes: 4 additions & 3 deletions add_curve_extra_objects/add_curve_curly.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"location": "View3D > Add > Curve > Curly Curve",
"description": "Adds a new Curly Curve",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Curve/Curly_Curves",
"category": "Add Curve"}
"doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Curve/Curly_Curves",
"category": "Add Curve",
}

import bpy
from bpy.types import Operator
Expand Down
7 changes: 4 additions & 3 deletions add_curve_extra_objects/add_curve_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
"location": "View3D > Add > Curve",
"description": "Adds Simple Curve",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Curve/Simple_curves",
"category": "Add Curve"}
"doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Curve/Simple_curves",
"category": "Add Curve",
}


# ------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions add_curve_extra_objects/add_curve_spirals.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"blender": (2, 80, 0),
"location": "View3D > Add > Curve",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.4/Py/"
"Scripts/Object/Spirals",
"doc_url": "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",
Expand Down
4 changes: 2 additions & 2 deletions add_curve_extra_objects/add_curve_spirofit_bouncespline.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"description": "SpiroFit, BounceSpline and Catenary adds "
"splines to selected mesh or objects",
"warning": "",
"wiki_url": "",
"doc_url": "",
"category": "Object",
}
}

import bpy
from bpy.types import (
Expand Down
7 changes: 4 additions & 3 deletions add_curve_extra_objects/add_curve_torus_knots.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"location": "View3D > Add > Curve",
"description": "Adds many types of (torus) knots",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Torus_Knot",
"category": "Add Curve"}
"doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Torus_Knot",
"category": "Add Curve",
}
"""

import bpy
Expand Down
2 changes: 1 addition & 1 deletion add_curve_extra_objects/add_surface_plane_cone.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"blender": (2, 80, 0),
"location": "View3D > Add > Surface",
"warning": "",
"wiki_url": "",
"doc_url": "",
"category": "Add Mesh"
}

Expand Down
7 changes: 4 additions & 3 deletions add_curve_extra_objects/beveltaper_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"location": "View3D > Object > Bevel/Taper",
"description": "Adds bevel and/or taper curve to active curve",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Curve/Bevel_-Taper_Curve",
"category": "Curve"}
"doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Curve/Bevel_-Taper_Curve",
"category": "Curve",
}


import bpy
Expand Down
4 changes: 2 additions & 2 deletions add_curve_ivygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"description": "Adds generated ivy to a mesh object starting "
"at the 3D cursor",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/ivy_gen.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/ivy_gen.html",
"category": "Add Curve",
}

Expand Down
7 changes: 4 additions & 3 deletions add_curve_sapling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
"description": ("Adds a parametric tree. The method is presented by "
"Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
"Realistic Trees'"),
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/sapling.html",
"category": "Add Curve"}
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/sapling.html",
"category": "Add Curve",
}

if "bpy" in locals():
import importlib
Expand Down
4 changes: 2 additions & 2 deletions add_mesh_BoltFactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"blender": (2, 80, 0),
"location": "View3D > Add > Mesh",
"description": "Add a bolt or nut",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/boltfactory.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/boltfactory.html",
"category": "Add Mesh",
}

Expand Down
4 changes: 2 additions & 2 deletions add_mesh_discombobulator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"location": "View3D > Add > Mesh",
"description": "Add Discombobulator",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/discombobulator.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/discombobulator.html",
"category": "Add Mesh",
}

Expand Down
4 changes: 2 additions & 2 deletions add_mesh_extra_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"location": "View3D > Add > Mesh",
"description": "Add extra mesh object types",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/mesh_extra_objects.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/mesh_extra_objects.html",
"category": "Add Mesh",
}

Expand Down
5 changes: 3 additions & 2 deletions add_mesh_extra_objects/add_mesh_rocks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
"blender": (2, 80, 0),
"location": "View3D > Add > Rock Generator",
"description": "Adds a mesh rock to the Add Mesh menu",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"doc_url": "http:https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Add_Mesh/Rock_Generator",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"category": "Add Mesh"}
"category": "Add Mesh",
}

if "bpy" in locals():
import importlib
Expand Down
7 changes: 4 additions & 3 deletions add_mesh_extra_objects/add_mesh_triangles.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"blender": (2, 68, 0),
"location": "View3D > Add > Mesh",
"warning": "First Version",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Triangles",
"category": "Add Mesh"}
"doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Triangles",
"category": "Add Mesh",
}

"""
This script provides a triangle mesh primitive
Expand Down
7 changes: 4 additions & 3 deletions add_mesh_geodesic_domes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
"location": "View3D > Add > Mesh",
"description": "Create geodesic dome type objects.",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/geodesic_domes.html",
"category": "Add Mesh"}
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/geodesic_domes.html",
"category": "Add Mesh",
}

if "bpy" in locals():
import importlib
Expand Down
2 changes: 1 addition & 1 deletion amaranth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"location": "Everywhere!",
"description": "A collection of tools and settings to improve productivity",
"warning": "",
"wiki_url": "https://pablovazquez.art/amaranth",
"doc_url": "https://pablovazquez.art/amaranth",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"category": "Interface",
}
Expand Down
4 changes: 2 additions & 2 deletions animation_add_corrective_shape_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"blender": (2, 80, 0),
"location": "Object Data > Shape Keys Specials or Search",
"description": "Creates a corrective shape key for the current pose",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"animation/corrective_shape_keys.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"animation/corrective_shape_keys.html",
"category": "Animation",
}

Expand Down
4 changes: 2 additions & 2 deletions animation_animall.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"location": "3D View > Toolbox > Animation tab > AnimAll",
"description": "Allows animation of mesh, lattice, curve and surface data",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"animation/animall.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"animation/animall.html",
"category": "Animation",
}

Expand Down
4 changes: 2 additions & 2 deletions ant_landscape/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"location": "View3D > Sidebar > Create Tab",
"description": "Another Noise Tool: Landscape and Displace",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/ant_landscape.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/ant_landscape.html",
"category": "Add Mesh",
}

Expand Down
4 changes: 2 additions & 2 deletions archimesh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"version": (1, 2, 2),
"blender": (2, 80, 0),
"description": "Generate rooms, doors, windows, and other architecture objects",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/archimesh.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_mesh/archimesh.html",
"category": "Add Mesh"
}

Expand Down
2 changes: 1 addition & 1 deletion archipack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'blender': (2, 80, 0),
'location': 'View3D > Sidebar > Create > Archipack',
'warning': '',
'wiki_url': 'https://github.com/s-leger/archipack/wiki',
'doc_url': 'https://github.com/s-leger/archipack/wiki',
'tracker_url': 'https://github.com/s-leger/archipack/issues',
'link': 'https://github.com/s-leger/archipack',
'support': 'COMMUNITY',
Expand Down
4 changes: 2 additions & 2 deletions blender_id/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
'location': 'Add-on preferences',
'description':
'Stores your Blender ID credentials for usage with other add-ons',
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"system/blender_id.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"system/blender_id.html",
'category': 'System',
'support': 'OFFICIAL',
}
Expand Down
4 changes: 2 additions & 2 deletions blenderkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"location": "View3D > Properties > BlenderKit",
"description": "Online BlenderKit library (materials, models, brushes and more)",
"warning": "",
"wiki_url": "https://youtu.be/1hVgcQhIAo8"
"Scripts/Add_Mesh/BlenderKit",
"doc_url": "https://youtu.be/1hVgcQhIAo8"
"Scripts/Add_Mesh/BlenderKit",
"category": "3D View",
}

Expand Down
4 changes: 2 additions & 2 deletions bone_selection_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"location": "Properties > Object Data (Armature) > Selection Sets",
"description": "List of Bone sets for easy selection while animating",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"animation/bone_selection_sets.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"animation/bone_selection_sets.html",
"category": "Animation",
}

Expand Down
7 changes: 4 additions & 3 deletions btrace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"location": "View3D > Sidebar > Create Tab",
"description": "Tools for converting/animating objects/particles into curves",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/btracer.html",
"category": "Add Curve"}
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/btracer.html",
"category": "Add Curve",
}

import bpy

Expand Down
7 changes: 4 additions & 3 deletions camera_turnaround.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"blender": (2, 80, 0),
"location": "View3D > Sidebar > View Tab > Turnaround Camera",
"description": "Add a camera rotation around selected object",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"animation/turnaround_camera.html",
"category": "Animation"}
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"animation/turnaround_camera.html",
"category": "Animation",
}


import bpy
Expand Down
6 changes: 3 additions & 3 deletions curve_assign_shapekey.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"name": "Assign Shape Keys",
"author": "Shrinivas Kulkarni",
"version": (1, 0, 1),
"blender": (2, 80, 0),
"location": "View 3D > Sidebar > Edit Tab",
"description": "Assigns one or more Bezier curves as shape keys to another Bezier curve",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/assign_shape_keys.html",
"category": "Add Curve",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/assign_shape_keys.html",
"blender": (2, 80, 0),
}

alignList = [('minX', 'Min X', 'Align vertices with Min X'),
Expand Down
4 changes: 2 additions & 2 deletions curve_simplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"location": "3D View, Dopesheet & Graph Editors",
"description": "Simplify Curves: 3dview, Dopesheet, Graph. Distance Merge: 3d view curve edit",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/simplify_curves.html",
"doc_url": "https://docs.blender.org/manual/en/dev/addons/"
"add_curve/simplify_curves.html",
"category": "Add Curve",
}

Expand Down
Loading

0 comments on commit bb977fb

Please sign in to comment.