[Bf-extensions-cvs] [7f50343d] master: Addons: Use Manual URL prefix

Aaron Carlisle noreply at git.blender.org
Thu Mar 5 22:26:19 CET 2020


Commit: 7f50343d1c53ca9a5ca747f47e3b1e5bbcbe8471
Author: Aaron Carlisle
Date:   Thu Mar 5 16:26:11 2020 -0500
Branches: master
https://developer.blender.org/rBA7f50343d1c53ca9a5ca747f47e3b1e5bbcbe8471

Addons: Use Manual URL prefix

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

M	add_camera_rigs/__init__.py
M	add_curve_extra_objects/__init__.py
M	add_curve_ivygen.py
M	add_curve_sapling/__init__.py
M	add_mesh_BoltFactory/__init__.py
M	add_mesh_discombobulator/__init__.py
M	add_mesh_extra_objects/__init__.py
M	add_mesh_geodesic_domes/__init__.py
M	animation_add_corrective_shape_key.py
M	animation_animall.py
M	ant_landscape/__init__.py
M	archimesh/__init__.py
M	blender_id/__init__.py
M	blenderkit/__init__.py
M	bone_selection_sets.py
M	btrace/__init__.py
M	camera_turnaround.py
M	curve_assign_shapekey.py
M	curve_simplify.py
M	curve_tools/__init__.py
M	development_edit_operator.py
M	development_icon_get.py
M	development_iskeyfree.py
M	io_anim_bvh/__init__.py
M	io_anim_camera.py
M	io_anim_nuke_chan/__init__.py
M	io_coat3D/__init__.py
M	io_curve_svg/__init__.py
M	io_export_dxf/__init__.py
M	io_export_paper_model.py
M	io_export_pc2.py
M	io_import_dxf/__init__.py
M	io_import_images_as_planes.py
M	io_import_palette/__init__.py
M	io_mesh_atomic/__init__.py
M	io_mesh_ply/__init__.py
M	io_mesh_stl/__init__.py
M	io_mesh_uv_layout/__init__.py
M	io_scene_fbx/__init__.py
M	io_scene_gltf2/__init__.py
M	io_scene_obj/__init__.py
M	io_scene_x3d/__init__.py
M	io_shape_mdd/__init__.py
M	lighting_dynamic_sky.py
M	lighting_tri_lights.py
M	magic_uv/__init__.py
M	materials_library_vx/__init__.py
M	materials_utils/__init__.py
M	measureit/__init__.py
M	mesh_auto_mirror.py
M	mesh_bsurfaces.py
M	mesh_f2.py
M	mesh_inset/__init__.py
M	mesh_looptools.py
M	mesh_tools/__init__.py
M	node_arrange.py
M	node_presets.py
M	node_wrangler.py
M	object_boolean_tools.py
M	object_carver/__init__.py
M	object_collection_manager/__init__.py
M	object_color_rules.py
M	object_edit_linked.py
M	object_fracture_cell/__init__.py
M	object_print3d_utils/__init__.py
M	object_skinify.py
M	paint_palette.py
M	render_auto_tile_size.py
M	render_copy_settings/__init__.py
M	render_freestyle_svg.py
M	render_povray/__init__.py
M	rigify/__init__.py
M	space_clip_editor_refine_solution.py
M	space_view3d_3d_navigation.py
M	space_view3d_align_tools.py
M	space_view3d_brush_menus/__init__.py
M	space_view3d_copy_attributes.py
M	space_view3d_math_vis/__init__.py
M	space_view3d_modifier_tools.py
M	space_view3d_pie_menus/__init__.py
M	space_view3d_spacebar_menu/__init__.py
M	space_view3d_stored_views/__init__.py
M	sun_position/__init__.py
M	system_blend_info.py
M	system_demo_mode/__init__.py
M	system_property_chart.py

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

diff --git a/add_camera_rigs/__init__.py b/add_camera_rigs/__init__.py
index faf06314..6b577199 100644
--- a/add_camera_rigs/__init__.py
+++ b/add_camera_rigs/__init__.py
@@ -23,8 +23,7 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "View3D > Add > Camera > Dolly or Crane Rig",
     "description": "Adds a Camera Rig with UI",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "camera/camera_rigs.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/camera/camera_rigs.html",
     "tracker_url": "https://github.com/waylow/add_camera_rigs/issues",
     "category": "Camera",
 }
diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index 6f4ac24f..407e2fe2 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -16,8 +16,8 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 # Contributed to by:
-# testscreenings, Alejandro Omar Chocano Vasquez, Jimmy Hazevoet, meta-androcto #
-# Cmomoney, Jared Forsyth, Adam Newgas, Spivak Vladimir, Jared Forsyth, Atom    #
+# testscreenings, Alejandro Omar Chocano Vasquez, Jimmy Hazevoet, meta-androcto
+# Cmomoney, Jared Forsyth, Adam Newgas, Spivak Vladimir, Jared Forsyth, Atom
 # Antonio Osprite, Marius Giurgi (DolphinDream)
 
 bl_info = {
@@ -28,8 +28,7 @@ bl_info = {
     "location": "View3D > Add > Curve > Extra Objects",
     "description": "Add extra curve object types",
     "warning": "",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_curve/extra_objects.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/extra_objects.html",
     "category": "Add Curve",
 }
 
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index 07228e1b..d67225eb 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -27,8 +27,7 @@ bl_info = {
     "description": "Adds generated ivy to a mesh object starting "
                    "at the 3D cursor",
     "warning": "",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_curve/ivy_gen.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/ivy_gen.html",
     "category": "Add Curve",
 }
 
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 8d607616..b12beada 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -26,8 +26,7 @@ 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'"),
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_curve/sapling.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/sapling.html",
     "category": "Add Curve",
 }
 
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index d763d13f..34833a49 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -23,8 +23,7 @@ bl_info = {
     "blender":  (2, 80, 0),
     "location": "View3D > Add > Mesh",
     "description": "Add a bolt or nut",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_mesh/boltfactory.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_mesh/boltfactory.html",
     "category": "Add Mesh",
 }
 
diff --git a/add_mesh_discombobulator/__init__.py b/add_mesh_discombobulator/__init__.py
index b6a6e84a..c1039608 100644
--- a/add_mesh_discombobulator/__init__.py
+++ b/add_mesh_discombobulator/__init__.py
@@ -27,8 +27,7 @@ bl_info = {
     "location": "View3D > Add > Mesh",
     "description": "Add Discombobulator",
     "warning": "",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_mesh/discombobulator.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_mesh/discombobulator.html",
     "category": "Add Mesh",
 }
 
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index cea0cb2d..4f00c450 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -31,8 +31,7 @@ bl_info = {
     "location": "View3D > Add > Mesh",
     "description": "Add extra mesh object types",
     "warning": "",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_mesh/mesh_extra_objects.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_mesh/mesh_extra_objects.html",
     "category": "Add Mesh",
 }
 
diff --git a/add_mesh_geodesic_domes/__init__.py b/add_mesh_geodesic_domes/__init__.py
index dc153993..c7137614 100644
--- a/add_mesh_geodesic_domes/__init__.py
+++ b/add_mesh_geodesic_domes/__init__.py
@@ -27,8 +27,7 @@ bl_info = {
     "location": "View3D > Add > Mesh",
     "description": "Create geodesic dome type objects.",
     "warning": "",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_mesh/geodesic_domes.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_mesh/geodesic_domes.html",
     "category": "Add Mesh",
 }
 
diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py
index 6faca951..01e13cde 100644
--- a/animation_add_corrective_shape_key.py
+++ b/animation_add_corrective_shape_key.py
@@ -25,8 +25,7 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "Object Data > Shape Keys Specials or Search",
     "description": "Creates a corrective shape key for the current pose",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "animation/corrective_shape_keys.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/animation/corrective_shape_keys.html",
     "category": "Animation",
 }
 
diff --git a/animation_animall.py b/animation_animall.py
index efc4e841..141c032a 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -24,8 +24,7 @@ bl_info = {
     "location": "3D View > Toolbox > Animation tab > AnimAll",
     "description": "Allows animation of mesh, lattice, curve and surface data",
     "warning": "",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "animation/animall.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/animation/animall.html",
     "category": "Animation",
 }
 
diff --git a/ant_landscape/__init__.py b/ant_landscape/__init__.py
index 5af0d261..fa0b7b5a 100644
--- a/ant_landscape/__init__.py
+++ b/ant_landscape/__init__.py
@@ -27,8 +27,7 @@ bl_info = {
     "location": "View3D > Sidebar > Create Tab",
     "description": "Another Noise Tool: Landscape and Displace",
     "warning": "",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_mesh/ant_landscape.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_mesh/ant_landscape.html",
     "category": "Add Mesh",
 }
 
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 10d6c9a6..99692591 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -32,8 +32,7 @@ bl_info = {
     "version": (1, 2, 2),
     "blender": (2, 80, 0),
     "description": "Generate rooms, doors, windows, and other architecture objects",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_mesh/archimesh.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_mesh/archimesh.html",
     "category": "Add Mesh"
     }
 
diff --git a/blender_id/__init__.py b/blender_id/__init__.py
index 9dd8a504..93b09124 100644
--- a/blender_id/__init__.py
+++ b/blender_id/__init__.py
@@ -28,8 +28,7 @@ bl_info = {
     'location': 'Add-on preferences',
     'description':
         'Stores your Blender ID credentials for usage with other add-ons',
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "system/blender_id.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/system/blender_id.html",
     'category': 'System',
     'support': 'OFFICIAL',
 }
diff --git a/blenderkit/__init__.py b/blenderkit/__init__.py
index a45c9b9a..35a5b1ec 100644
--- a/blenderkit/__init__.py
+++ b/blenderkit/__init__.py
@@ -24,8 +24,7 @@ bl_info = {
     "location": "View3D > Properties > BlenderKit",
     "description": "Online BlenderKit library (materials, models, brushes and more)",
     "warning": "",
-    "doc_url": "https://youtu.be/1hVgcQhIAo8"
-               "Scripts/Add_Mesh/BlenderKit",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_mesh/blenderkit.html",
     "category": "3D View",
 }
 
diff --git a/bone_selection_sets.py b/bone_selection_sets.py
index 8862244b..8e07f418 100644
--- a/bone_selection_sets.py
+++ b/bone_selection_sets.py
@@ -24,8 +24,7 @@ bl_info = {
     "location": "Properties > Object Data (Armature) > Selection Sets",
     "description": "List of Bone sets for easy selection while animating",
     "warning": "",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "animation/bone_selection_sets.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/animation/bone_selection_sets.html",
     "category": "Animation",
 }
 
diff --git a/btrace/__init__.py b/btrace/__init__.py
index d0f41d5e..aaf0fc15 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -25,8 +25,7 @@ bl_info = {
     "location": "View3D > Sidebar > Create Tab",
     "description": "Tools for converting/animating objects/particles into curves",
     "warning": "",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "add_curve/btracer.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/btracer.html",
     "category": "Add Curve",
 }
 
diff --git a/camera_turnaround.py b/camera_turnaround.py
index 5742fb79..669fc656 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -23,8 +23,7 @@ bl_info = {
     "blender": (2, 80, 0),
     "location": "View3D > Sidebar > View Tab > Turnaround Camera",
     "description": "Add a camera rotation around selected object",
-    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
-               "animation/turnaround_camera.html",
+    "doc_url": "{BLENDER_MANUAL_URL}/addons/animation/turnaround_camera.html",
     "category": "Animation",
 }
 
diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index 7e971035..18e34c0c 100644
--- a/curve_assign_shapekey.py
+++ b/curve

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list