diff --git a/add_curve_simple.py b/add_curve_simple.py index f34841222204e1a3a7502f336e881d81347d27d0..b8d5c0c86950871ae8e82408e9ad32ae4ce2dbe1 100644 --- a/add_curve_simple.py +++ b/add_curve_simple.py @@ -25,7 +25,7 @@ bl_info = { 'description': 'Adds Simple Curve', 'warning': '', # used for warning icon and text in addons panel 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Simple_curves', - 'tracker_url': 'https://developer.blender.org/T37664', + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", 'category': 'Add Curve'} diff --git a/add_dimension.py b/add_dimension.py index e9531a2acef6ba15900b21daab2697b1b48d9a85..67c32c15367006f36855748c757d7df6c3042f32 100644 --- a/add_dimension.py +++ b/add_dimension.py @@ -25,7 +25,7 @@ bl_info = { 'description': 'Adds Dimension', 'warning': '', # used for warning icon and text in addons panel 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Dimension', - 'tracker_url': 'http://developer.blender.org/T37151', + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", 'category': 'Add Curve'} diff --git a/add_mesh_chain_rope/__init__.py b/add_mesh_chain_rope/__init__.py index d8e35d04ce6d2070064ab15f77221ce9e0d6bd01..eac23b08e327b9c0d1cb386143520dbd0a1511a6 100644 --- a/add_mesh_chain_rope/__init__.py +++ b/add_mesh_chain_rope/__init__.py @@ -8,7 +8,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Add_Mesh/Oscurart_Chain_Rope_Maker", - "tracker_url": "https://developer.blender.org/T28136", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} diff --git a/add_mesh_clusters/__init__.py b/add_mesh_clusters/__init__.py index 549a88d7270f13f290d4225ed8a32520d134c456..aac5a112d890c349efa36338d56eab3bffdad05e 100644 --- a/add_mesh_clusters/__init__.py +++ b/add_mesh_clusters/__init__.py @@ -47,7 +47,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Add_Mesh/Cluster", - "tracker_url": "https://developer.blender.org/T31618", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Add Mesh"} diff --git a/add_mesh_rocks/__init__.py b/add_mesh_rocks/__init__.py index 1cb30d2d3383a93883c831289ad1c9613c7c71e2..793049e9d64805fc4bdefb6bb7c40ac655c1f118 100644 --- a/add_mesh_rocks/__init__.py +++ b/add_mesh_rocks/__init__.py @@ -41,7 +41,7 @@ bl_info = { "description": "Adds a mesh rock to the Add Mesh menu", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Add_Mesh/Rock_Generator", - "tracker_url": "https://developer.blender.org/T27314", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Add Mesh"} diff --git a/add_mesh_space_tree/__init__.py b/add_mesh_space_tree/__init__.py index 5ecaaf6673adebe179ea1672abcf0686b031dd37..53ac55ac08b5909e7e839d44e7a9987dadc5b143 100644 --- a/add_mesh_space_tree/__init__.py +++ b/add_mesh_space_tree/__init__.py @@ -30,7 +30,7 @@ bl_info = { "description": "Adds a tree created with the space colonization algorithm starting at the 3D cursor", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Add_Space_Tree", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Add Mesh"} from time import time diff --git a/add_test_scene_elements/__init__.py b/add_test_scene_elements/__init__.py index 104c29ef4261dbe8112b0cbdd3dbc6d687cf0711..2bc8f799273bde904004cac3a239cf6277a0e97b 100644 --- a/add_test_scene_elements/__init__.py +++ b/add_test_scene_elements/__init__.py @@ -27,7 +27,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6" "/Py/Scripts", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Tools"} diff --git a/amaranth/__init__.py b/amaranth/__init__.py index e077d2dc502dd260615ecb4b8f748a1ef0940dcd..48953386f33e29e5947188e530c31904a1adc7b1 100644 --- a/amaranth/__init__.py +++ b/amaranth/__init__.py @@ -96,7 +96,7 @@ bl_info = { "description": "A collection of tools and settings to improve productivity", "warning": "", "wiki_url": "http://pablovazquez.org/amaranth", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Scene", } diff --git a/animation_motion_trail.py b/animation_motion_trail.py index 038574e1e29e61bb0137b664777987bd10fe81c3..824b4602403f81ca10a29f98299d070c18754d21 100644 --- a/animation_motion_trail.py +++ b/animation_motion_trail.py @@ -29,7 +29,7 @@ bl_info = { "description": "Display and edit motion trails in the 3D View", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Animation/Motion_Trail", - "tracker_url": "https://developer.blender.org/T26374", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Animation"} diff --git a/archimesh/__init__.py b/archimesh/__init__.py index b3ebc3e7df6c329d058d517b8570768c9c444980..39bf1eb4e02a88de5de248426330c6407b06e952 100644 --- a/archimesh/__init__.py +++ b/archimesh/__init__.py @@ -35,6 +35,7 @@ bl_info = { "blender": (2, 6, 8), "description": "Generate rooms, doors, windows, kitchen cabinets, " "shelves, roofs, stairs and other architecture stuff.", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Add Mesh"} import sys diff --git a/btrace/__init__.py b/btrace/__init__.py index 8ff2f754f200e3ef4163cc2f7d8693b1725e8f76..66a43ffd8cfeb184f1f31bec708fb5534ff62378 100644 --- a/btrace/__init__.py +++ b/btrace/__init__.py @@ -25,7 +25,7 @@ bl_info = { "description": "Tools for converting/animating objects/particles into curves", "warning": "Still under development, bug reports appreciated", "wiki_url": "", - "tracker_url": "https://developer.blender.org/maniphest/project/3/type/Bug/", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Add Curve"} diff --git a/cacharanth/__init__.py b/cacharanth/__init__.py index 6d9cb8d5891515519aac4acf84fae759e2de3785..6a1aada5326fa4cb924747e7ee06f51043a84ef7 100644 --- a/cacharanth/__init__.py +++ b/cacharanth/__init__.py @@ -27,6 +27,7 @@ bl_info = { "description": "Import and Export Caches", "warning": "", "wiki_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export", } diff --git a/cmu_mocap_browser/__init__.py b/cmu_mocap_browser/__init__.py index c55c3aea1bec18c2f11e5e7a6f8ded071c051fe1..db2b70ef1b086a4f2912233a9df83803b5a5843a 100644 --- a/cmu_mocap_browser/__init__.py +++ b/cmu_mocap_browser/__init__.py @@ -31,7 +31,7 @@ bl_info = { "description": "Assistant for using CMU Motion Capture data", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D_interaction/CMU_Mocap_Library_Browser", - "tracker_url": "https://developer.blender.org/T29086", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Animation"} diff --git a/curve_tools/__init__.py b/curve_tools/__init__.py index 97c11c1277fb9fe2e0a4b78044c5c7e6627da461..eb4e7846c4aea25ad34515e8640d8567e5eb236d 100644 --- a/curve_tools/__init__.py +++ b/curve_tools/__init__.py @@ -8,7 +8,7 @@ bl_info = { "warning": "WIP", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Curve/Curve_Tools", - "tracker_url": "https://developer.blender.org/T27720", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Add Curve"} diff --git a/data_overrides/__init__.py b/data_overrides/__init__.py index aa5f228755488b0edc355893163ffde445e8311d..08f6bb13110381934ebee98651f43a9b5601500f 100644 --- a/data_overrides/__init__.py +++ b/data_overrides/__init__.py @@ -27,6 +27,7 @@ bl_info = { "description": "Override settings and caching for linked objects", "warning": "", "wiki_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object", } diff --git a/development_class_viewer.py b/development_class_viewer.py index 2aced6dd1519c07f1fb8fc20a2f81d38112eb98a..c4083b86f1283e8cef0f817a75e5b2085416d40a 100644 --- a/development_class_viewer.py +++ b/development_class_viewer.py @@ -25,7 +25,7 @@ bl_info = { "warning": "", "description": "List classes and definitions of a text block", "wiki_url": "https://sites.google.com/site/aleonserra/home/scripts/class-viewer", - "tracker_url": "https://developer.blender.org/T29463", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Development"} import bpy diff --git a/ewoc_projects_tools/__init__.py b/ewoc_projects_tools/__init__.py index 5ca7c00766a4ee9da3e9e044e95234c482ab3ef1..fbf03e82e251fd2260a15120578194d876d14af8 100644 --- a/ewoc_projects_tools/__init__.py +++ b/ewoc_projects_tools/__init__.py @@ -27,7 +27,7 @@ bl_info = { "description": "Edit mode tools - contrib version", "warning": "", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh"} diff --git a/io_atomblend_utilities/__init__.py b/io_atomblend_utilities/__init__.py index 690ea88066aa2940d4991a4edb90c976b83c1c9d..55652924b1245a73f03b75660a253dd0bf9a2910 100644 --- a/io_atomblend_utilities/__init__.py +++ b/io_atomblend_utilities/__init__.py @@ -46,7 +46,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/PDB", - "tracker_url": "https://developer.blender.org/T33071", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} diff --git a/io_export_marmalade.py b/io_export_marmalade.py index adf5448cfec0402ef76cd7ce93cec7aa9b2ddba0..d301c265ebb11b7845eecae58eecabf219d75223 100644 --- a/io_export_marmalade.py +++ b/io_export_marmalade.py @@ -29,7 +29,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Marmalade_Exporter", - "tracker_url": "https://developer.blender.org", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} import os diff --git a/io_export_md3.py b/io_export_md3.py index 3315168097926c52693882ba1762418ea9bd2fef..2a1c459748742882d875eace433e10cd6782023d 100644 --- a/io_export_md3.py +++ b/io_export_md3.py @@ -25,7 +25,7 @@ bl_info = { "description": "Save a Quake Model 3 File)", "warning": "", # used for warning icon and text in addons panel "wiki_url": "", - "tracker_url": "https://developer.blender.org/T23160", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} diff --git a/io_export_paper_model.py b/io_export_paper_model.py index cf8caee7f049fb67ea0f008c39f53d36b556822c..e9751e881f75c6ac91d978ead6e4bf40f8b38106 100644 --- a/io_export_paper_model.py +++ b/io_export_paper_model.py @@ -27,7 +27,7 @@ bl_info = { "category": "Import-Export", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Paper_Model", - "tracker_url": "https://developer.blender.org/T38441" + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", } #### TODO: diff --git a/io_import_BrushSet.py b/io_import_BrushSet.py index 0faaa170f9c30fe8d017aeffabfae36bd9373e13..0abe7edddd9ef76e11e24da9df8bc5bd73568ccc 100644 --- a/io_import_BrushSet.py +++ b/io_import_BrushSet.py @@ -42,7 +42,7 @@ bl_info = { "description": "imports all image files from a folder", "warning": '', # used for warning icon and text in addons panel "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Import-Export/BrushSet", - "tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=25702&group_id=153&atid=467", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", } #---------------------------------------------# diff --git a/io_import_LRO_Lola_MGS_Mola_img.py b/io_import_LRO_Lola_MGS_Mola_img.py index 22cf92658fb57379c944cbe55b038e946d7f7c56..36d97dd4a78a9484cd437bfdb7a88c2d5b530102 100644 --- a/io_import_LRO_Lola_MGS_Mola_img.py +++ b/io_import_LRO_Lola_MGS_Mola_img.py @@ -26,7 +26,7 @@ bl_info = { "warning": "May consume a lot of memory", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/NASA_IMG_Importer", - "tracker_url": "https://developer.blender.org/T25462", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} diff --git a/io_import_lipSync_Importer.py b/io_import_lipSync_Importer.py index 32bac9ac344a164ff0473f94666a6b1134551309..fe610c9c6e24042b7f7d46ace3e15fa8b4ac4c5a 100644 --- a/io_import_lipSync_Importer.py +++ b/io_import_lipSync_Importer.py @@ -27,7 +27,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/" "Scripts/Import-Export/Lipsync Importer", - "tracker_url": "https://developer.blender.org/T24080", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} diff --git a/io_import_sound_to_anim.py b/io_import_sound_to_anim.py index f14173680c12a5ba63be138c29bcfd660aad3480..9c3b54605e2554b8f6e0d58d9c48576814f21a86 100644 --- a/io_import_sound_to_anim.py +++ b/io_import_sound_to_anim.py @@ -29,7 +29,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Import_Movement_From_Audio_File", - "tracker_url": "https://developer.blender.org/T23565", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} """ diff --git a/io_import_voodoo_camera.py b/io_import_voodoo_camera.py index 7f1618573c7b58c9723bbeb93d4d119d35d54cfa..0e586e975c0ed58efd927a9198cb751b0ec61238 100644 --- a/io_import_voodoo_camera.py +++ b/io_import_voodoo_camera.py @@ -26,7 +26,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Voodoo_camera", - "tracker_url": "https://developer.blender.org/T22510", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} """ diff --git a/io_mesh_gwyddion/__init__.py b/io_mesh_gwyddion/__init__.py index f8de05aac4b1e7e096030ec78ff92c0a939021e0..7f856ee05820cdb4942f02e245e9f405789e0488 100644 --- a/io_mesh_gwyddion/__init__.py +++ b/io_mesh_gwyddion/__init__.py @@ -42,7 +42,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Gwyddion", - "tracker_url": "https://developer.blender.org/T33236", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} diff --git a/io_mesh_xyz/__init__.py b/io_mesh_xyz/__init__.py index 1330af22f68828086708628f4064dc00a7464c1b..5f548fc8ae418084bc894f4559b9f0d7504020f6 100644 --- a/io_mesh_xyz/__init__.py +++ b/io_mesh_xyz/__init__.py @@ -44,7 +44,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/XYZ", - "tracker_url": "https://developer.blender.org/T29646", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} diff --git a/io_points_pcd/__init__.py b/io_points_pcd/__init__.py index fe6c9c2d10e0cb67a3337019e787c51440c81185..1cf1689a6c9a52bf9b7e6146bb1571c526e3a809 100644 --- a/io_points_pcd/__init__.py +++ b/io_points_pcd/__init__.py @@ -25,7 +25,7 @@ bl_info = { "description": "Imports and Exports PCD (Point Cloud Data) files. PCD files are the default format used by pcl (Point Cloud Library).", "warning": "", "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/Point_Cloud_Data_IO", - "tracker_url": "https://developer.blender.org/T27711", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", # "support": 'OFFICAL', "category": "Import-Export"} diff --git a/io_scene_cod/__init__.py b/io_scene_cod/__init__.py index 0ecbb97a31743be491e7039162ca50ad04d03d11..db34a67ee55a1e9b0a17aba6120305fef0d0c936 100644 --- a/io_scene_cod/__init__.py +++ b/io_scene_cod/__init__.py @@ -41,7 +41,7 @@ bl_info = { "warning": "Alpha version, please report any bugs!", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Call_of_Duty_IO", - "tracker_url": "https://developer.blender.org/T30482", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "support": "TESTING", "category": "Import-Export" } diff --git a/io_scene_fpx/__init__.py b/io_scene_fpx/__init__.py index 08ffab5f09732ed0e25434a1045d8deaf190c236..ff7507ef1c39bd51888100b1a44de52eb4337d36 100644 --- a/io_scene_fpx/__init__.py +++ b/io_scene_fpx/__init__.py @@ -40,7 +40,7 @@ bl_info = { 'warning': "", 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/FuturePinball_FPx", - 'tracker_url': "https://developer.blender.org/T36215", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", 'category': "Import-Export"} diff --git a/io_scene_map/__init__.py b/io_scene_map/__init__.py index f0616a1785c65557843a60bf3e4bcaf7bfa9cf30..c8964ef1c075f75fddc5977a16d26e78007859dd 100644 --- a/io_scene_map/__init__.py +++ b/io_scene_map/__init__.py @@ -29,7 +29,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Quake_MAP", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} # To support reload properly, try to access a package var, if it's there, reload everything diff --git a/io_scene_open_street_map.py b/io_scene_open_street_map.py index ab8560bf89af24fc528ecc5ef63a73df569905f6..6f4b57a982185d9e63ae244491c8f56d757018a1 100644 --- a/io_scene_open_street_map.py +++ b/io_scene_open_street_map.py @@ -26,7 +26,7 @@ bl_info = { "location": "File > Import", "description": "Load Open Street Map File", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} # originally written for blender 2.4x by (manthrax _at_ hotmail.com), diff --git a/io_vector/__init__.py b/io_vector/__init__.py index f7cdd5513feeb1d06bb0ec773bbbcac5f7100712..c15a6843cefd8b8d73fa598592b5179d095ff3b2 100644 --- a/io_vector/__init__.py +++ b/io_vector/__init__.py @@ -26,6 +26,7 @@ bl_info = { "location": "File > Import-Export > Vector files (.ai, .pdf, .svg)", "description": "Import Adobe Illustrator, PDF, and SVG", "warning": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/AI_PDF_SVG", "category": "Import-Export"} diff --git a/lamp_geographical_sun.py b/lamp_geographical_sun.py index 36a3cb88977ae9ed97a73bd40580e44f73079fcb..812dc64aeed53b1631aea2cee569cc20ab5d79d6 100644 --- a/lamp_geographical_sun.py +++ b/lamp_geographical_sun.py @@ -47,7 +47,7 @@ bl_info = { "location": "Lamp data > Geographical Sun", "warning": "", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "description": "Set SUN Lamp rotation according to geographical time and location." } GeoSunAddon = Addon(bl_info) diff --git a/materials_cycles_converter.py b/materials_cycles_converter.py index 8f613fdca6cbde08c70b25aa3edaa3ac8c2ce556..5ad4aa67f708e8ac13b3ed67135b8097afd1afba 100644 --- a/materials_cycles_converter.py +++ b/materials_cycles_converter.py @@ -30,6 +30,7 @@ bl_info = { "location": "Properties > Material > Convert to Cycles", "description": "Convert non-nodes materials to Cycles", "warning": "beta", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Material/Blender_Cycles_Materials_Converter", "category": "Material"} diff --git a/materials_library_vx/__init__.py b/materials_library_vx/__init__.py index b926fc8d236dec215e873995fe9404be31c1957c..b674544afbad0e4cea7dc35b12a2d426151eef93 100644 --- a/materials_library_vx/__init__.py +++ b/materials_library_vx/__init__.py @@ -25,8 +25,8 @@ bl_info = { "location": "Properties > Material", "description": "Material Library VX", "warning": "", - "wiki_url": "https://sites.google.com/site/aleonserra/home/scripts/matlib-vx", - "tracker_url": "", + "wiki_url": "https://sites.google.com/site/aleonserra/home/scripts/matlib-vx-5-6", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Material"} import zipfile, urllib.request, os, sys, re diff --git a/measureit/__init__.py b/measureit/__init__.py index c9aa384b31d439425c61eb8be0ba4bcb44c45d97..458f05720cb5598efe24c5da25f1e69bcc36200f 100644 --- a/measureit/__init__.py +++ b/measureit/__init__.py @@ -34,6 +34,7 @@ bl_info = { "version": (1, 6, 6), "blender": (2, 7, 4), "description": "Tools for measuring objects.", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} import sys diff --git a/mesh_1D_scripts.py b/mesh_1D_scripts.py index 1081c8a4dbd6b2954113eab8167b6f9bbf7f8532..9f833323c42a8d30826e6757ab3426c3b9e8bad7 100644 --- a/mesh_1D_scripts.py +++ b/mesh_1D_scripts.py @@ -24,6 +24,7 @@ bl_info = { "version": (0, 8, 8), "blender": (2, 7, 5), "location": "View3D > Toolbar", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh" } diff --git a/mesh_border_deselect_outer.py b/mesh_border_deselect_outer.py index 3cbb129e2daaaf10242994f951485af22949ccbc..6056ea1619eb55ea44450d405f21e3d27b8c3a4e 100644 --- a/mesh_border_deselect_outer.py +++ b/mesh_border_deselect_outer.py @@ -12,8 +12,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php" \ "?title=Extensions:2.6/Py/Scripts/Modeling/Border_Deselect_Outer", - "tracker_url": "http://blenderartists.org/forum/showthread.php" \ - "?290617-Mesh-Border-Deselect-Outer-(selection-intersection-by-using-a-border-select)", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh"} diff --git a/mesh_carver.py b/mesh_carver.py index 8691e56f9eec66e6565394d0c1b68a581164e748..7ad0865a8d4c1c75ebf33ce7c99be2794e376677 100644 --- a/mesh_carver.py +++ b/mesh_carver.py @@ -24,6 +24,7 @@ bl_info = { "author": "Pixivore, Cédric LEPILLER", "version": (1,1,5), "blender": (2, 77, 0), + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "description": "Multiple tools to carve or to create objects.", } ######################################################################################################### diff --git a/mesh_copy_uvs_from_joined.py b/mesh_copy_uvs_from_joined.py index 6d1e635af71476550b6a0c61ef55b55e44e0af51..8a934d493eb8001fcfa16d6ff327f179a6c135da 100644 --- a/mesh_copy_uvs_from_joined.py +++ b/mesh_copy_uvs_from_joined.py @@ -26,7 +26,7 @@ bl_info = { "blender": (2, 63, 0), "location": "Object mode 'Make Links' menu", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} diff --git a/mesh_extra_tools/__init__.py b/mesh_extra_tools/__init__.py index 49d4307f87698c0843e684770b1e26ceea33689b..07d980c54d8045735c18a1059b19e415ef7d307f 100644 --- a/mesh_extra_tools/__init__.py +++ b/mesh_extra_tools/__init__.py @@ -29,7 +29,7 @@ bl_info = { "description": "Add extra mesh edit tools", "warning": "", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh"} # Import From Folder diff --git a/mesh_extrude_along_curve.py b/mesh_extrude_along_curve.py index f86d680c74337ad4e5f5d23e7b53c1745220e889..bec19de28c0cb80ff9e660edc9daa2f8476cb802 100644 --- a/mesh_extrude_along_curve.py +++ b/mesh_extrude_along_curve.py @@ -28,7 +28,7 @@ bl_info = { "description": "Extrude a face along a Bezier Curve", "warning": "", 'wiki_url': "", - 'tracker_url': 'https://developer.blender.org/T32585', + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh"} diff --git a/mesh_extrude_and_reshape.py b/mesh_extrude_and_reshape.py index 1aa9ce950dbed465d60f9a7df5c9b8a54f31d10f..14d9d74493b6f7eb909102a3be1b0cff1434cf69 100644 --- a/mesh_extrude_and_reshape.py +++ b/mesh_extrude_and_reshape.py @@ -27,6 +27,7 @@ bl_info = { "location": "View3D > TOOLS > Tools > Mesh Tools > Add: > Extrude Menu (Alt + E)", "description": "Extrude face and merge edge intersections between the mesh and the new edges", "wiki_url" : "http://blenderartists.org/forum/showthread.php?376618-Addon-Push-Pull-Face", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh"} import bpy, bmesh diff --git a/mesh_face_info_select.py b/mesh_face_info_select.py index 63966a315b6301670cad2193e74f1e29b6ca24e4..a3658688b9147d2c869a628b4441c84eee47587f 100644 --- a/mesh_face_info_select.py +++ b/mesh_face_info_select.py @@ -26,7 +26,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Mesh/Face_Info_Select", - "tracker_url": "https://developer.blender.org/T31926", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "support": 'TESTING', "category": "Mesh" } diff --git a/mesh_insert_edge_ring.py b/mesh_insert_edge_ring.py index 8080ad13a832baa11bf205797c07c96e11c2f7be..6f758e18ab1cb8b8faabb4b613d06b13f5fc1a8c 100644 --- a/mesh_insert_edge_ring.py +++ b/mesh_insert_edge_ring.py @@ -34,7 +34,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Mesh/Insert_Edge_Ring", - "tracker_url": "https://developer.blender.org/T32424", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh"} diff --git a/mesh_select_vertex_groups.py b/mesh_select_vertex_groups.py index 7d9fb6f52b60f9585e89f3c3e260cc605870b2ea..b3f79800467bfc83d4ee9602d324f80228244bca 100644 --- a/mesh_select_vertex_groups.py +++ b/mesh_select_vertex_groups.py @@ -26,7 +26,7 @@ bl_info = { "warning": "Buggy", # used for warning icon and text in addons panel "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Modeling/Select_Vertex_Groups", - "tracker_url": "https://developer.blender.org/T22025", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh"} """ diff --git a/mesh_show_vgroup_weights.py b/mesh_show_vgroup_weights.py index f4514b3139b6fc8d6fd06e823505b97b529a1e08..f36b5e49a8b3a257841de6b2b00f4e3c2964105b 100644 --- a/mesh_show_vgroup_weights.py +++ b/mesh_show_vgroup_weights.py @@ -30,7 +30,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Modeling/Show_Vertex_Group_Weights", - "tracker_url": "https://developer.blender.org/T30609", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh"} #TODO - Add button for selecting vertices with no groups diff --git a/mesh_snap_utilities_line.py b/mesh_snap_utilities_line.py index 73155c63aefea745b55061935978d0bde2c7e724..4ccc4fba87aad056b0a7d4d5569456aada8599af 100644 --- a/mesh_snap_utilities_line.py +++ b/mesh_snap_utilities_line.py @@ -27,6 +27,7 @@ bl_info = { "location": "View3D > TOOLS > Snap Utilities > snap utilities", "description": "Extends Blender Snap controls", "wiki_url" : "http://blenderartists.org/forum/showthread.php?363859-Addon-CAD-Snap-Utilities", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Mesh"} import bpy, bgl, bmesh diff --git a/node_presets.py b/node_presets.py index f4af4ba088fa84ae3adb996207c4ccf23af07921..bf34f99064d2cad52c90e4eac37713f11e9f598a 100644 --- a/node_presets.py +++ b/node_presets.py @@ -26,7 +26,7 @@ bl_info = { "description": "Adds node presets", "warning": "", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Render"} diff --git a/object_batch_rename_datablocks.py b/object_batch_rename_datablocks.py index a619a923a0637ddf33bd1c9fdc143037cf203198..9280edad1715b95e91d63804a6b3bbbe7407f83e 100644 --- a/object_batch_rename_datablocks.py +++ b/object_batch_rename_datablocks.py @@ -27,7 +27,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Object/Batch_Rename_Datablocks", - "tracker_url": "https://developer.blender.org/T25242", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} diff --git a/object_boolean_tools.py b/object_boolean_tools.py index fdab48221e69cd228d66f44f9b4711f7c8015351..eb38c8b345429b56604a73cf15f79c23cad2c925 100644 --- a/object_boolean_tools.py +++ b/object_boolean_tools.py @@ -25,7 +25,7 @@ bl_info = { "location": "View3D > Toolshelf > BoolTool", "description": "Bool Tools Hotkey: Ctrl Shift B", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Object/BoolTool", - "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} import bpy diff --git a/object_color_rules.py b/object_color_rules.py index c55d87c602b3ecdc3ae42994002047a78966d820..8d3d02febc9e6564f686da1f045fa8f52d04233a 100644 --- a/object_color_rules.py +++ b/object_color_rules.py @@ -25,6 +25,7 @@ bl_info = { "description": "Rules for assigning object color (used for wireframe colors).", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Object/Color_Rules", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object", } diff --git a/object_creaprim.py b/object_creaprim.py index 04379dccb43727135b008e0825283e374268fe32..9f8456d53e57341306a16bb076a585bb6a12cef0 100644 --- a/object_creaprim.py +++ b/object_creaprim.py @@ -55,7 +55,7 @@ bl_info = { "description": "Create primitive addon", "warning": "", "wiki_url": "", - "tracker_url": "https://developer.blender.org/T32801", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} diff --git a/object_drop_to_ground.py b/object_drop_to_ground.py index e4bf607117fcda77dde5612875ae94f017010113..1aabe431d58c4a32c6c1c74901ec6b92fba0bb53 100644 --- a/object_drop_to_ground.py +++ b/object_drop_to_ground.py @@ -26,7 +26,7 @@ bl_info = { 'warning': '', 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/' 'Scripts/Object/Drop_to_ground', - 'tracker_url': 'https://developer.blender.org/maniphest/task/create/?project=3&type=Bug', + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", 'category': 'Object'} diff --git a/object_laplace_lightning.py b/object_laplace_lightning.py index 51124a509c7c9ce0b42275a9afff95a3603d4d1b..3c42767b49408d1113a48360b5084061374675d9 100644 --- a/object_laplace_lightning.py +++ b/object_laplace_lightning.py @@ -24,7 +24,7 @@ bl_info = { "description": "Lightning mesh generator using laplacian growth algorithm", "warning": "Beta", "wiki_url": "http://www.funkboxing.com/wordpress/?p=301", - "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} ###################################################################### diff --git a/object_mangle_tools.py b/object_mangle_tools.py index 1d3dc1f4c1be5ae19b1e45d2593e406feaaad82d..76884255dc837f582ff1e25d4c6bcf6318c9e57b 100644 --- a/object_mangle_tools.py +++ b/object_mangle_tools.py @@ -28,7 +28,7 @@ bl_info = { "description": "Set of tools to mangle curves, meshes, and shape keys", "warning": "", # used for warning icon and text in addons panel "wiki_url": "", - "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} diff --git a/object_particle_hair_lab.py b/object_particle_hair_lab.py index 2c8479c1572526191bc8ae0e6479025fbeb048fd..e628e862b1fb30b5a2d8798c083b49a185c1139f 100644 --- a/object_particle_hair_lab.py +++ b/object_particle_hair_lab.py @@ -25,7 +25,7 @@ bl_info = { "description": "Creates particle grass with material", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Object/Hair_Lab", - "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} diff --git a/object_powerlib.py b/object_powerlib.py index def30a719bc221c1866eeacb27f825ad4b103773..c4cc0821dfec83b2607bb0f082348a68fc414eeb 100644 --- a/object_powerlib.py +++ b/object_powerlib.py @@ -26,7 +26,7 @@ bl_info = { "location": "Properties Panel", "warning": "", # used for warning icon and text in addons panel "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Object/PowerLib", - "tracker_url": "https://developer.blender.org/T31475", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} diff --git a/oscurart_futurism.py b/oscurart_futurism.py index 1141d1827f7b05ef83a551378a4ac31d38cf0d5b..9392b069873cb27805cb837e95cae91de2a51bd9 100644 --- a/oscurart_futurism.py +++ b/oscurart_futurism.py @@ -26,7 +26,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Object/Oscurart_Futurism", - "tracker_url": "https://developer.blender.org/T31911", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Add Mesh"} diff --git a/oscurart_mesh_cache_tools.py b/oscurart_mesh_cache_tools.py index 1f17081b62880a5e7ec5ecb9345c193afffbf36c..d086f7cb123c006432470680255f85fa843f20a5 100644 --- a/oscurart_mesh_cache_tools.py +++ b/oscurart_mesh_cache_tools.py @@ -7,7 +7,7 @@ bl_info = { "description": "Tools for Management Mesh Cache Process", "warning": "", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Import-Export"} diff --git a/oscurart_mesh_thread.py b/oscurart_mesh_thread.py index 7ce8d1520c8aeae308fc37e4279d92940280279e..079080b4fbacaa43a5b50079a9455cd6d62245d7 100644 --- a/oscurart_mesh_thread.py +++ b/oscurart_mesh_thread.py @@ -25,7 +25,7 @@ bl_info = { "description": "Make a thread.", "warning": "", "wiki_url": "http://oscurart.blogspot.com", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} diff --git a/oscurart_tools/__init__.py b/oscurart_tools/__init__.py index 58a91826398613e2e5723fd557d7dd4bc7e457e8..a4b693666f38ccb418a94308038cfb646d78b10b 100644 --- a/oscurart_tools/__init__.py +++ b/oscurart_tools/__init__.py @@ -26,7 +26,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Oscurart_Tools", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Object"} import bpy diff --git a/oscurart_worn_edges_map.py b/oscurart_worn_edges_map.py index 368a1c2d0dac048e8cefc89d535f732a4e3f3349..3e6a91c141b3dd09fbeadab3192f058799bdc569 100644 --- a/oscurart_worn_edges_map.py +++ b/oscurart_worn_edges_map.py @@ -25,7 +25,7 @@ bl_info = { "description": "Create a Vertex Color map with Worn Edges", "warning": "", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Paint"} import bpy diff --git a/render_auto_save.py b/render_auto_save.py index f2284fac5256f32b22249f11188c25914688a1aa..fe2c176cb35ae1b36738be25f98a2ea3fa38fb81 100644 --- a/render_auto_save.py +++ b/render_auto_save.py @@ -33,7 +33,7 @@ bl_info = { "description": "Automatically save the image after rendering", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Auto_Save", - "tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=32491", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Render"} ########################################################################### import bpy diff --git a/render_clay.py b/render_clay.py index add9f92a2ebd05ae29b32cffa942b4f56f6e112d..d53878b06d136c26c7f234da8274984b1008e353 100644 --- a/render_clay.py +++ b/render_clay.py @@ -28,7 +28,7 @@ bl_info = { " of the scene.", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Clay_Render", - "tracker_url": "https://developer.blender.org/T22971", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Render"} import bpy diff --git a/render_notify.py b/render_notify.py index 67d23cedef7eef2b82b3da16bfe3446520e92af6..a1cf897f0cf7d67cd26e8a7ad2367b11f90d1fba 100644 --- a/render_notify.py +++ b/render_notify.py @@ -28,6 +28,7 @@ bl_info = { "warning": "Currently only Linux/Unix supported (using 'notify-send')", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6" "/Py/Scripts/Render/Render_Notify", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Render"} # TODO. add Win/OSX support if possible. diff --git a/render_time.py b/render_time.py index 5f0458a5a8854579fcdfcb0b879c067b2c6166fc..8df8d3f50619e22264bb31318421f57c88c15729 100644 --- a/render_time.py +++ b/render_time.py @@ -27,7 +27,7 @@ bl_info = { "description": "Estimates the time to complete rendering on animations", "warning": "Does not work on OpenGL renders.", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Render_Time_Estimation", - "tracker_url": "https://developer.blender.org/T30452", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Render"} diff --git a/render_to_print.py b/render_to_print.py index 4abdf5e714699333f593c8015506dac15888ff91..4c6aa881d86eb99e71a72e552ec8dd80c216a333 100644 --- a/render_to_print.py +++ b/render_to_print.py @@ -27,7 +27,7 @@ bl_info = { "description": "Set the size of the render for a print", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Render/Render to Print", - "tracker_url": "https://developer.blender.org/T24219", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Render"} diff --git a/rigging_camerarigs.py b/rigging_camerarigs.py index d1e4befaf62ffab02c732284b173300d36e4f6e4..4d67e3f51beb5faa1067a3f7e14a84e9800625d5 100644 --- a/rigging_camerarigs.py +++ b/rigging_camerarigs.py @@ -7,7 +7,7 @@ bl_info = { "description": "Adds a Camera Rig with UI", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Rigging/Add_Camera_Rigs", - "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Rigging", } diff --git a/sequencer_extra_actions/__init__.py b/sequencer_extra_actions/__init__.py index c37f9d82b1dee8b34a3afc4df4dbe67100ad284c..b1402d348720c01d24c79a726ed78643ea8f88ee 100644 --- a/sequencer_extra_actions/__init__.py +++ b/sequencer_extra_actions/__init__.py @@ -26,7 +26,7 @@ bl_info = { "description": "Collection of extra operators to manipulate VSE strips", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Sequencer/Extra_Sequencer_Actions", - "tracker_url": "https://developer.blender.org/T32532", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", # old tracker_url: https://developer.blender.org/T30474 "support": "COMMUNITY"} diff --git a/sequencer_jumptocut.py b/sequencer_jumptocut.py index 34e66a03c43b13ae3ad801e19fb1e015402d6225..85a6f289f287949f699ad185cd1fee78d0cdc98b 100644 --- a/sequencer_jumptocut.py +++ b/sequencer_jumptocut.py @@ -27,7 +27,8 @@ bl_info = { "description": "Tool collection to help speed up editting and grade videos with blender", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Sequencer/Jump_to_cut", - "tracker_url": "https://developer.blender.org/T24279"} + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", + } import bpy diff --git a/sequencer_tools/__init__.py b/sequencer_tools/__init__.py index 575ec8a5fba859b4437fe9114ad83ce1a31e9b68..7e072745ee565b1170f6f64f4862ea0bf08c4651 100644 --- a/sequencer_tools/__init__.py +++ b/sequencer_tools/__init__.py @@ -26,7 +26,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Sequencer/Tools", - "tracker_url": "https://developer.blender.org/T31549", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "support": 'TESTING', "category": "Sequencer", } diff --git a/space_view3d_add_surround_cameras.py b/space_view3d_add_surround_cameras.py index bcbbb4f791b9d1f940ed1a458272befc241296f1..7fb3d4c0dc0518779ec244a435536accc88dd35b 100644 --- a/space_view3d_add_surround_cameras.py +++ b/space_view3d_add_surround_cameras.py @@ -24,7 +24,7 @@ bl_info = { "location": "View3D > Tool Shelf > Surround Projection panel", "description": "Setup cameras and create rendering scenes for n-screen surround projection.", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Surround_Projection_Tools", - "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py index 6f80b10c2723bc722c0908655daf86dfc047b8db..919f6191a075f4ab904d026f579766983ca8bd53 100644 --- a/space_view3d_align_tools.py +++ b/space_view3d_align_tools.py @@ -28,7 +28,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D interaction/Align_Tools", - "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View", } diff --git a/space_view3d_arrange_on_curve.py b/space_view3d_arrange_on_curve.py index 1d7f78828fe9e00f34c5ca768e47fa2c5db328fa..b5c4c952bd153ae4e0d029c77b6ec15f54de5546 100644 --- a/space_view3d_arrange_on_curve.py +++ b/space_view3d_arrange_on_curve.py @@ -7,6 +7,7 @@ bl_info = { "description": "Arrange objects along a curve", "warning": "Select curve", "wiki_url" : "http://blenderartists.org/forum/showthread.php?361029-Specify-an-object-from-a-list-with-all-selectable-objects", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} import bpy, mathutils diff --git a/space_view3d_cursor_control/__init__.py b/space_view3d_cursor_control/__init__.py index 51b9fc0a4c4059bd36ff25c9bd3803a1e42b9985..0efcdd89e6043e88177e747ef712a590c52e250c 100644 --- a/space_view3d_cursor_control/__init__.py +++ b/space_view3d_cursor_control/__init__.py @@ -30,7 +30,7 @@ bl_info = { "description": "Control the Cursor", "warning": "buggy, may crash other addons", # used for warning icon and text in addons panel "wiki_url": "http://blenderpythonscripts.wordpress.com/", - "tracker_url": "https://developer.blender.org/T27253", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} diff --git a/space_view3d_enhanced_3d_cursor.py b/space_view3d_enhanced_3d_cursor.py index 06b2f947a131852e621bf41c864c65751b798a61..4d18c18973dd5fb17a8cf032432f5066281ffb4f 100644 --- a/space_view3d_enhanced_3d_cursor.py +++ b/space_view3d_enhanced_3d_cursor.py @@ -27,7 +27,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D_interaction/Enhanced_3D_Cursor", - "tracker_url": "https://developer.blender.org/T28451", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} """ diff --git a/space_view3d_game_props_visualiser.py b/space_view3d_game_props_visualiser.py index fed52cd419ce3a3cb44cced4f71ccba8b57ae189..b6b30d0ebddbd293df53f7f2d64a5fbc92ebed64 100644 --- a/space_view3d_game_props_visualiser.py +++ b/space_view3d_game_props_visualiser.py @@ -30,7 +30,7 @@ bl_info = { "warning": "Script is returning errors", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D_interaction/Game_Property_Visualiser", - "tracker_url": "https://developer.blender.org/T22607", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} """ diff --git a/space_view3d_library_hide.py b/space_view3d_library_hide.py index 0633e3f1354bbea10f2a9a3b9314d96cefa95897..c85028df45f34ab17d87b00f649eae0cef2e4241 100644 --- a/space_view3d_library_hide.py +++ b/space_view3d_library_hide.py @@ -28,7 +28,7 @@ bl_info = { "blender": (2, 63, 0), 'location': 'Search: RayCast View Operator', "wiki_url": "", - "tracker_url":"", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View", } diff --git a/space_view3d_manipulator_Menu.py b/space_view3d_manipulator_Menu.py index c45af7deb1e03e9a1559b2fc9140ce43dd208426..48831cfe34b451565a4cb2d94ec6b325ff2ee83e 100644 --- a/space_view3d_manipulator_Menu.py +++ b/space_view3d_manipulator_Menu.py @@ -28,7 +28,7 @@ bl_info = { "description": "Menu to change the manipulator type and/or disable it", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D_interaction/Manipulator_Menu", - "tracker_url": "https://developer.blender.org/T22092", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} diff --git a/space_view3d_modifier_tools.py b/space_view3d_modifier_tools.py index 9d043b218c5c6500c39c66ed5f769c113e22b0b1..0d489361d103285c64dc791f6a1e6bab0ee22ae3 100644 --- a/space_view3d_modifier_tools.py +++ b/space_view3d_modifier_tools.py @@ -27,7 +27,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6" "/Py/Scripts", - "tracker_url": "https://developer.blender.org/maniphest/project/3/type/Bug/", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} import bpy diff --git a/space_view3d_paint_bprojection.py b/space_view3d_paint_bprojection.py index b85c1e301a6d6ce7f96c6b487e891d292f19b942..72247c58718553374aa6a964ae9c3a441017e258 100644 --- a/space_view3d_paint_bprojection.py +++ b/space_view3d_paint_bprojection.py @@ -5,7 +5,7 @@ bl_info = { "version": (2, 0), "blender": (2, 66, 0), "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/bprojection", - "tracker_url":"https://developer.blender.org/T30521", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Paint"} import bpy diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py index eef46f6b1f2d3fcf31a2b7ac0a3907d85565cd9d..e5d2760b10fa3e2d1f1b70265ee9257b84643631 100644 --- a/space_view3d_panel_measure.py +++ b/space_view3d_panel_measure.py @@ -33,6 +33,7 @@ bl_info = { "location": "View3D > Properties > Measure Panel", "description": "Measure distances between objects", "warning": "Disable during Render. Broken register", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D_interaction/Panel_Measure", "category": "3D View", diff --git a/space_view3d_pie_menus/__init__.py b/space_view3d_pie_menus/__init__.py index ef86bbde5175c74514effebabfedd6b7982d11c4..548e0570ce4d343088863273898893af82590402 100644 --- a/space_view3d_pie_menus/__init__.py +++ b/space_view3d_pie_menus/__init__.py @@ -51,6 +51,7 @@ bl_info = { 'description': 'Pie Menu Activate', 'warning': '', 'wiki_url': '', + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", 'category': 'User Interface' } diff --git a/space_view3d_quickPrefs.py b/space_view3d_quickPrefs.py index 477cb6ef2cf03921c86a495bf95123b84fe438ed..77b0987c80923d184309ec09c6fdd1ebdd41f914 100644 --- a/space_view3d_quickPrefs.py +++ b/space_view3d_quickPrefs.py @@ -26,7 +26,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D_interaction/QuickPrefs", - "tracker_url": "https://developer.blender.org/T27822", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} diff --git a/space_view3d_render_settings.py b/space_view3d_render_settings.py index 40a4a0172b8fe63eed96c84c77906b51131d5944..e6daf06e1453c6ae59e802257f46223fd40855dc 100644 --- a/space_view3d_render_settings.py +++ b/space_view3d_render_settings.py @@ -25,7 +25,7 @@ bl_info = { "description": "Render Settings BI & Cycles", "warning": "", "wiki_url": "https://github.com/meta-androcto/blenderpython/wiki/AF_Render_Settings", - "tracker_url": "https://developer.blender.org/maniphest/project/3/type/Bug/", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Render" } diff --git a/space_view3d_ruler_chromoly/__init__.py b/space_view3d_ruler_chromoly/__init__.py index 9c14aedeed8230238d7c7a8e5a2bfd6c4a4e239e..1ee970e47b520aefc4c4fbf7d717d5848e0b7199 100644 --- a/space_view3d_ruler_chromoly/__init__.py +++ b/space_view3d_ruler_chromoly/__init__.py @@ -24,6 +24,7 @@ bl_info = { 'version': (2, 3, 0), 'blender': (2, 63, 0), 'location': 'View3D > Properties > Ruler', + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", 'category': '3D View'} ''' diff --git a/space_view3d_toolshelf_menu.py b/space_view3d_toolshelf_menu.py index 77b7f05c2dcdd86e87534860dc4394bc1707b723..8da63d143fa6c74be97fb45a6cfdaa3e69b80623 100644 --- a/space_view3d_toolshelf_menu.py +++ b/space_view3d_toolshelf_menu.py @@ -28,7 +28,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D_interaction/Dynamic_Spacebar_Menu", - "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View", } diff --git a/stored_views/__init__.py b/stored_views/__init__.py index aac9bce989a8fd3f8aba40a66118cc6e1a47adb7..74aeb369c9d9f0d888d5b1bac04e7fb3a7298c38 100644 --- a/stored_views/__init__.py +++ b/stored_views/__init__.py @@ -25,7 +25,7 @@ bl_info = { "location": "View3D > Properties > Stored Views", "warning": 'beta release, single view only', "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/3D_interaction/stored_views", - "tracker_url": "https://developer.blender.org/T27476", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "3D View"} # ACKNOWLEDGMENT diff --git a/system_keyboard_svg.py b/system_keyboard_svg.py index f32470f454c679ebd434212b67286e444c2a085a..73493406be64f7676b8b7c58071ea914b8182f24 100644 --- a/system_keyboard_svg.py +++ b/system_keyboard_svg.py @@ -33,7 +33,7 @@ bl_info = { "warning": "may not work in recent svn", "wiki_url": 'http://wiki.blender.org/index.php/Extensions:2.6/Py/' 'Scripts/System/keymaps_to_svg', - "tracker_url": "https://developer.blender.org/T21490", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "System"} import bpy diff --git a/system_project_folder.py b/system_project_folder.py index ba2ab3417321d5628ad34f9a79290f429d142a0f..ec1ad6dfbef0e99b70f04a4a44e88f5d88f3bf13 100644 --- a/system_project_folder.py +++ b/system_project_folder.py @@ -28,7 +28,7 @@ bl_info = { "description": "Open the project folder in a file browser", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/System/Project_Folder", - "tracker_url": "https://developer.blender.org/T25910", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "System"} diff --git a/text_editor_pasteall.py b/text_editor_pasteall.py index fa5f8effea6d568c179ce11ee41581cf90608e71..37c10b10a7bcbbee25c5e440ebec78e9933f5c98 100644 --- a/text_editor_pasteall.py +++ b/text_editor_pasteall.py @@ -25,7 +25,7 @@ bl_info = { "description": "Send your selection or text to www.pasteall.org", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Text_Editor/PasteAll", - "tracker_url": "https://developer.blender.org/T23493", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Text Editor"} # ######################################################## diff --git a/text_intellisense.py b/text_intellisense.py index 0f937510508cb74f6c3b95f3a34455cd7dee4744..d981ce0b50d1fd4e77dda9d7f417768c2b3ab52c 100644 --- a/text_intellisense.py +++ b/text_intellisense.py @@ -26,7 +26,7 @@ bl_info = { "description": "Adds intellense to the Text Editor", "warning": "Only works with 2.57 intellisense", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "Development"} import bpy diff --git a/ui_splash_tips/__init__.py b/ui_splash_tips/__init__.py index 014da265939251344c8e94bd5e809d5fb98da8ba..d099affdecb1607632541a86b9d3bd67f24c76dc 100644 --- a/ui_splash_tips/__init__.py +++ b/ui_splash_tips/__init__.py @@ -24,6 +24,7 @@ bl_info = { "blender": (2, 73, 0), "location": "Splash Screen", "warning": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "User Interface", } diff --git a/uv_align_distribute.py b/uv_align_distribute.py index 7afb6135a84a0c634eb0928f5c2730075f2bc743..c0be13ed46ad8aecfbb5c9a93c9cf688b09b6bee 100644 --- a/uv_align_distribute.py +++ b/uv_align_distribute.py @@ -25,6 +25,7 @@ bl_info = { "description": "Set of tools to help UV alignment\distribution", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/UV/UV_Align_Distribution", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "UV"} import math diff --git a/uv_utility.py b/uv_utility.py index 61f77967fe7b7114964058dfaf20ce82c640dccb..4da2083441844d432831dc41029d67fa1f6aa6d7 100644 --- a/uv_utility.py +++ b/uv_utility.py @@ -25,7 +25,7 @@ bl_info = { "location": "View3D > ToolBar", "description": "Change Index Of UVMap.", "wiki_url": "", - "tracker_url": "", + "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/", "category": "UV"}