Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--add_mesh_3d_function_surface.py2
-rw-r--r--add_mesh_extras.py2
-rw-r--r--add_mesh_gears.py4
-rw-r--r--add_mesh_gemstones.py2
-rw-r--r--add_mesh_pipe_joint.py2
-rw-r--r--add_mesh_solid.py2
-rw-r--r--add_mesh_twisted_torus.py2
-rw-r--r--curve_simplify.py4
-rw-r--r--export_unreal_psk_psa.py4
-rw-r--r--fracture/__init__.py2
-rw-r--r--import_images_as_planes.py8
-rw-r--r--import_scene_mhx.py2
-rw-r--r--import_scene_unreal_psk.py5
-rw-r--r--io_mesh_raw/__init__.py2
-rw-r--r--mesh_relax.py2
-rw-r--r--mesh_surface_sketch.py2
-rw-r--r--object_add_chain.py4
-rw-r--r--object_cloud_gen.py4
-rw-r--r--space_view3d_materials_utils.py4
-rw-r--r--space_view3d_panel_measure.py2
-rw-r--r--space_view3d_spacebar_menu.py2
21 files changed, 53 insertions, 10 deletions
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 61f6ce83..6c061b18 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -31,6 +31,8 @@ bl_addon_info = {
'description': 'Create Objects using Math Formulas',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_3d_Function_Surface',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21444&group_id=153&atid=469',
'category': 'Add Mesh'}
# More Links:
diff --git a/add_mesh_extras.py b/add_mesh_extras.py
index bc1abd6f..371db3b4 100644
--- a/add_mesh_extras.py
+++ b/add_mesh_extras.py
@@ -30,6 +30,8 @@ bl_addon_info = {
'description': 'Adds Star, Wedge, Sqorus & Spindle objects.',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Extra',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22457&group_id=153&atid=469',
'category': 'Add Mesh'}
# Stores the values of a list of properties and the
diff --git a/add_mesh_gears.py b/add_mesh_gears.py
index f897e540..ca8f7bca 100644
--- a/add_mesh_gears.py
+++ b/add_mesh_gears.py
@@ -29,6 +29,8 @@ bl_addon_info = {
'description': 'Adds a mesh Gear to the Add Mesh menu',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Gear',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21732&group_id=153&atid=469',
'category': 'Add Mesh'}
"""
@@ -993,4 +995,4 @@ def unregister():
bpy.types.INFO_MT_mesh_add.remove(menu_func)
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()
diff --git a/add_mesh_gemstones.py b/add_mesh_gemstones.py
index 4f38a2c2..000a2062 100644
--- a/add_mesh_gemstones.py
+++ b/add_mesh_gemstones.py
@@ -30,6 +30,8 @@ bl_addon_info = {
'description': 'Adds various gemstone (Diamond & Gem) meshes.',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Gem',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21432&group_id=153&atid=469',
'category': 'Add Mesh'}
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 1e34db51..6b31d0d9 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -31,6 +31,8 @@ bl_addon_info = {
'wiki_url':
'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Pipe_Joints',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21443&group_id=153&atid=469',
'category': 'Add Mesh'}
# More links:
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index 6f4acff2..c73f3c06 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -14,6 +14,8 @@ bl_addon_info = {
'description': 'Add a Regular Solid mesh.',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Solid',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22405&group_id=153&atid=469',
'category': 'Add Mesh'}
# Stores the values of a list of properties and the
diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py
index 9612faee..f4719981 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -29,6 +29,8 @@ bl_addon_info = {
'description': 'Adds a mesh Twisted Torus to the Add Mesh menu',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Twisted_Torus',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21622&group_id=153&atid=469',
'category': 'Add Mesh'}
diff --git a/curve_simplify.py b/curve_simplify.py
index d2268849..b2a74b7f 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -26,6 +26,8 @@ bl_addon_info = {
'location': 'Toolshelf > search > simplify curves',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Curve/Curve_Simplify',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22327&group_id=153&atid=468',
'description': 'this script simplifies curves',
'category': 'Add Curve'}
####################################################
@@ -399,4 +401,4 @@ def unregister():
bpy.types.unregister(CURVE_OT_simplify)
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()
diff --git a/export_unreal_psk_psa.py b/export_unreal_psk_psa.py
index f74468ce..ed1cfb0f 100644
--- a/export_unreal_psk_psa.py
+++ b/export_unreal_psk_psa.py
@@ -92,6 +92,8 @@ bl_addon_info = {
'location': 'File > Export > Skeletal Mesh/Animation Data (.psk/.psa)',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Unreal_psk_psa',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21366&group_id=153&atid=469',
'category': 'Import/Export'}
# REFERENCE MATERIAL JUST IN CASE:
@@ -1587,4 +1589,4 @@ def unregister():
bpy.types.INFO_MT_file_export.remove(menu_func)
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()
diff --git a/fracture/__init__.py b/fracture/__init__.py
index dffb3d0c..ca535c42 100644
--- a/fracture/__init__.py
+++ b/fracture/__init__.py
@@ -26,6 +26,8 @@ bl_addon_info = {
'description': 'Fractured Object, Bomb, Projectile, Recorder',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Object/Fracture',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21793&group_id=153&atid=469',
'category': 'Object'}
diff --git a/import_images_as_planes.py b/import_images_as_planes.py
index 3203d741..0f5b7d20 100644
--- a/import_images_as_planes.py
+++ b/import_images_as_planes.py
@@ -53,11 +53,13 @@ bl_addon_info = {
'version': '0.7',
'blender': (2, 5, 2),
'location': 'File > Import > Images as Planes',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
- 'Scripts/Add_Mesh/Planes_from_Images',
'description': 'Imports images and creates planes' \
' with the appropiate aspect ratio.' \
' The images are mapped to the planes.',
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'Scripts/Add_Mesh/Planes_from_Images',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21751&group_id=153&atid=469',
'category': 'Import/Export'}
import bpy
@@ -520,4 +522,4 @@ def unregister():
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()
diff --git a/import_scene_mhx.py b/import_scene_mhx.py
index f21be293..716b2cc5 100644
--- a/import_scene_mhx.py
+++ b/import_scene_mhx.py
@@ -28,6 +28,8 @@ bl_addon_info = {
'description': 'Import files in the MakeHuman eXchange format (.mhx)',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Make_Human',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21872&group_id=153&atid=469',
'category': 'Import/Export'}
"""
diff --git a/import_scene_unreal_psk.py b/import_scene_unreal_psk.py
index 182882ff..9681b6a7 100644
--- a/import_scene_unreal_psk.py
+++ b/import_scene_unreal_psk.py
@@ -19,7 +19,10 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'File > Import ',
'description': 'Import Unreal Engine (.psk)',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/File_I-O/Unreal_psk_psa',
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\
+ 'Scripts/File_I-O/Unreal_psk_psa',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21366&group_id=153&atid=469',
'category': 'Import/Export'}
"""
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index 9f1985f8..c7f25a1f 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -25,6 +25,8 @@ bl_addon_info = {
'description': 'Import Raw Faces (.raw format)',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Raw_Mesh_IO',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21733&group_id=153&atid=469',
'category': 'Import/Export'}
import bpy
diff --git a/mesh_relax.py b/mesh_relax.py
index 14599511..e31f1ced 100644
--- a/mesh_relax.py
+++ b/mesh_relax.py
@@ -30,6 +30,8 @@ bl_addon_info = {
'description': 'Relax the selected verts while retaining the shape',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Modeling/Relax',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21421&group_id=153&atid=469',
'category': 'Mesh'}
"""
diff --git a/mesh_surface_sketch.py b/mesh_surface_sketch.py
index 9aa90d43..1b13a934 100644
--- a/mesh_surface_sketch.py
+++ b/mesh_surface_sketch.py
@@ -27,6 +27,8 @@ bl_addon_info = {
'description': 'Draw meshes and re-topologies with Grease Pencil',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Mesh/Surface_Sketch',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22062&group_id=153&atid=469',
'category': 'Mesh'}
diff --git a/object_add_chain.py b/object_add_chain.py
index da9f579c..74df78b1 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -27,6 +27,8 @@ bl_addon_info = {
'description': 'Adds Chain with curve guide for easy creation',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Object/Add_Chain',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22203&group_id=153&atid=469',
'category': 'Object'}
#
#
@@ -150,4 +152,4 @@ def unregister():
bpy.types.INFO_MT_mesh_add.remove(menu_func)
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()
diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index 8d57a155..93456c14 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -26,6 +26,8 @@ bl_addon_info = {
'description': 'Creates Volumetric Clouds',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Object/Cloud_Gen',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22015&group_id=153&atid=469',
'category': 'Object'}
@@ -673,4 +675,4 @@ def unregister():
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()
diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index e18608a4..24b4db15 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -31,7 +31,9 @@ bl_addon_info = {
'description': 'Menu of material tools (assign, select by etc) in the 3D View',
'wiki_url':
'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
- 'Scripts', # @todo Create wiki page and fix this link.
+ 'Scripts/3D interaction/Materials Utils',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22140&group_id=153&atid=469',
'category': '3D View'}
"a menu of material tools"
diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py
index 6ba6a0f5..ecaf8064 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -31,6 +31,8 @@ bl_addon_info = {
'description': 'Measure distances between objects',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/3D_interaction/Panel_Measure',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=21445&group_id=153&atid=469',
'category': '3D View'}
# More links:
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index f160fb5b..b22a4bec 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -31,6 +31,8 @@ bl_addon_info = {
'description': 'Context sensitive spacebar menu',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/3D_interaction/Dynamic_Spacebar_Menu',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22060&group_id=153&atid=469',
'category': '3D View'}
"Add Dynamic Spacebar Menu"