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_curve_aceous_galore.py2
-rw-r--r--add_curve_ivygen.py2
-rw-r--r--add_curve_sapling/__init__.py4
-rw-r--r--add_curve_torus_knots.py2
-rw-r--r--add_mesh_BoltFactory/__init__.py4
-rw-r--r--add_mesh_ant_landscape.py2
-rw-r--r--add_mesh_extra_objects/__init__.py4
-rw-r--r--add_mesh_pipe_joint.py2
-rw-r--r--add_mesh_solid.py2
-rw-r--r--animation_animall.py2
-rw-r--r--curve_simplify.py2
-rw-r--r--development_api_navigator.py2
-rw-r--r--development_icon_get.py2
-rw-r--r--game_engine_save_as_runtime.py2
-rw-r--r--io_anim_acclaim/__init__.py2
-rw-r--r--io_anim_bvh/__init__.py2
-rw-r--r--io_anim_c3d/__init__.py2
-rw-r--r--io_anim_camera.py2
-rw-r--r--io_anim_nuke_chan/__init__.py2
-rw-r--r--io_coat3D/__init__.py2
-rw-r--r--io_convert_image_to_mesh_img/__init__.py2
-rw-r--r--io_curve_svg/__init__.py2
-rw-r--r--io_export_after_effects.py2
-rw-r--r--io_export_directx_x.py2
-rw-r--r--io_export_pc2.py2
-rw-r--r--io_export_unreal_psk_psa.py2
-rw-r--r--io_import_gimp_image_to_scene.py2
-rw-r--r--io_import_images_as_planes.py2
-rw-r--r--io_import_scene_lwo.py2
-rw-r--r--io_import_scene_unreal_psk.py2
-rw-r--r--io_mesh_ply/__init__.py2
-rw-r--r--io_mesh_raw/__init__.py2
-rw-r--r--io_mesh_stl/__init__.py2
-rw-r--r--io_mesh_uv_layout/__init__.py2
-rw-r--r--io_scene_3ds/__init__.py2
-rw-r--r--io_scene_fbx/__init__.py2
-rw-r--r--io_scene_m3/__init__.py2
-rw-r--r--io_scene_map/__init__.py2
-rw-r--r--io_scene_obj/__init__.py2
-rw-r--r--io_scene_x3d/__init__.py2
-rw-r--r--io_shape_mdd/__init__.py2
-rw-r--r--light_field_tools/__init__.py2
-rw-r--r--mesh_relax.py2
-rw-r--r--object_add_chain.py2
-rw-r--r--object_animrenderbake.py2
-rw-r--r--object_cloud_gen.py2
-rw-r--r--object_fracture/__init__.py2
-rw-r--r--object_grease_scatter.py2
-rw-r--r--paint_palette.py2
-rw-r--r--render_copy_settings/__init__.py2
-rw-r--r--render_renderfarmfi.py2
-rw-r--r--space_view3d_3d_navigation.py2
-rw-r--r--space_view3d_copy_attributes.py2
-rw-r--r--space_view3d_materials_utils.py2
-rw-r--r--space_view3d_math_vis/__init__.py2
-rw-r--r--space_view3d_panel_measure.py2
-rw-r--r--space_view3d_spacebar_menu.py2
-rw-r--r--system_blend_info.py2
-rw-r--r--system_demo_mode/__init__.py2
-rw-r--r--system_property_chart.py2
-rw-r--r--texture_paint_layer_manager.py2
61 files changed, 64 insertions, 64 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 2ba24b7f..44447162 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -24,7 +24,7 @@ bl_info = {
'location': 'View3D > Add > Curve',
'description': 'Adds many different types of Curves',
'warning': '', # used for warning icon and text in addons panel
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/' \
'Scripts/Curve/Curves_Galore',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=22404',
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index 7e8054ff..b680cfed 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -27,7 +27,7 @@ bl_info = {
"description": "Adds generated ivy to a mesh object starting at the 3D"\
" cursor",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Curve/Ivy_Gen",
"tracker_url": "http://projects.blender.org/tracker/index.php?"\
"func=detail&aid=27234",
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 8792255d..81d7aea9 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -20,13 +20,13 @@ bl_info = {
"name": "Sapling",
"author": "Andrew Hale (TrumanBlending)",
"version": (0, 2, 5),
- "blender": (2, 5, 9),
+ "blender": (2, 6, 4),
"location": "View3D > Add > Curve",
"description": ("Adds a parametric tree. The method is presented by "
"Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
"Realistic Trees'."),
"warning": "", # used for warning icon and text in addons panel
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Curve/Sapling_Tree",
"tracker_url": "http://projects.blender.org/tracker/"\
"?func=detail&atid=469&aid=27226&group_id=153",
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index d4ea3914..21c406d0 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -25,7 +25,7 @@ bl_info = {
"location": "View3D > Add > Curve",
"description": "Adds many types of (torus) knots",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Curve/Torus_Knot",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22403",
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index d30e46ab..a3c580d5 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -20,10 +20,10 @@ bl_info = {
"name": "BoltFactory",
"author": "Aaron Keith",
"version": (3, 9),
- "blender": (2, 5, 9),
+ "blender": (2, 6, 3),
"location": "View3D > Add > Mesh",
"description": "Add a bolt or nut",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Add_Mesh/BoltFactory",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22842",
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index 2e6441f2..fcc1e8ed 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "View3D > Add > Mesh",
"description": "Add a landscape primitive",
"warning": "", # used for warning icon and text in addons panel
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Add_Mesh/ANT_Landscape",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=23130",
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index 97ec361d..6e64e2bd 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -22,11 +22,11 @@ bl_info = {
"name": "Extra Objects",
"author": "Multiple Authors",
"version": (0, 3),
- "blender": (2, 6, 1),
+ "blender": (2, 6, 3),
"location": "View3D > Add > Mesh > Extra Objects",
"description": "Add extra object types",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Add_Mesh/Add_Extra",
"tracker_url": "http://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22457",
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 38041944..b11ed2bf 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "View3D > Add > Mesh > Pipe Joints",
"description": "Add different types of pipe joints",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Add_Mesh/Add_Pipe_Joints",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=21443",
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index f43eea70..3eba5e67 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -25,7 +25,7 @@ bl_info = {
"location": "View3D > Add > Mesh > Solids",
"description": "Add a regular solid",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Add_Mesh/Add_Solid",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22405",
diff --git a/animation_animall.py b/animation_animall.py
index 2680bfe8..60367e43 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -24,7 +24,7 @@ bl_info = {
'location': 'Select a Mesh/Lattice/Curve: Tool Shelf > AnimAll panel',
'description': 'Allows animation of mesh, lattice and curve data (Shape Keys, VCols, VGroups, UVs, Points, Radius, Tilt)',
'warning': '',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Animation/AnimAll',
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Animation/AnimAll',
'tracker_url': 'http://projects.blender.org/tracker/index.php?'\
'func=detail&aid=24874',
'category': 'Animation'}
diff --git a/curve_simplify.py b/curve_simplify.py
index 7003ef2e..8ae67bb3 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "Search > Simplify Curves",
"description": "Simplifies 3D curves and fcurves",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Curve/Curve_Simplify",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22327",
diff --git a/development_api_navigator.py b/development_api_navigator.py
index 280363bd..5fc85733 100644
--- a/development_api_navigator.py
+++ b/development_api_navigator.py
@@ -27,7 +27,7 @@ bl_info = {
"location": "Text Editor > Properties > API Navigator Panel",
"description": "Allows exploration of the python api via the user interface",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Text_Editor/API_Navigator",
"tracker_url": "http://projects.blender.org/tracker/index.php?"\
"func=detail&aid=24982",
diff --git a/development_icon_get.py b/development_icon_get.py
index 429422ee..1003218b 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -29,7 +29,7 @@ bl_info = {
'warning': '',
'description': 'Click an icon to display its name and copy it '\
'to the clipboard',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/'\
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/'\
'Py/Scripts/System/Display_All_Icons',
'tracker_url': 'http://projects.blender.org/tracker/index.php?'\
'func=detail&aid=22011',
diff --git a/game_engine_save_as_runtime.py b/game_engine_save_as_runtime.py
index 6a40a195..16b716a8 100644
--- a/game_engine_save_as_runtime.py
+++ b/game_engine_save_as_runtime.py
@@ -24,7 +24,7 @@ bl_info = {
'location': 'File > Export',
'description': 'Bundle a .blend file with the Blenderplayer',
'warning': '',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/'\
'Scripts/Game_Engine/Save_As_Runtime',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=23564',
diff --git a/io_anim_acclaim/__init__.py b/io_anim_acclaim/__init__.py
index 5810bdc8..38df1f9d 100644
--- a/io_anim_acclaim/__init__.py
+++ b/io_anim_acclaim/__init__.py
@@ -29,7 +29,7 @@ bl_info = {
'blender': (2, 6, 2),
'location': "File > Import-Export",
'description': "Imports Acclaim Skeleton and Motion Capture Files",
- 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Acclaim_Importer",
'tracker_url': "http://projects.blender.org/tracker/index.php?"
"func=detail&aid=27127&group_id=153&atid=467",
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index 3ebf8ada..ca2438eb 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export BVH from armature objects",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/MotionCapture_BVH",
"tracker_url": "",
"support": 'OFFICIAL',
diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py
index d50099cc..a63cf764 100644
--- a/io_anim_c3d/__init__.py
+++ b/io_anim_c3d/__init__.py
@@ -29,7 +29,7 @@ bl_info = {
'blender': (2, 6, 0),
'location': "File > Import",
'description': "Imports C3D Graphics Lab Motion Capture files",
- 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/C3D_Importer",
'tracker_url': "http://projects.blender.org/tracker/?func=detail&atid=467"
"&aid=29061&group_id=153",
diff --git a/io_anim_camera.py b/io_anim_camera.py
index 61b0df29..6a282e9c 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -26,7 +26,7 @@ bl_info = {
"location": "File > Export > Cameras & Markers (.py)",
"description": "Export Cameras & Markers (.py)",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Import-Export/Camera_Animation",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22835",
diff --git a/io_anim_nuke_chan/__init__.py b/io_anim_nuke_chan/__init__.py
index 75769376..5636de29 100644
--- a/io_anim_nuke_chan/__init__.py
+++ b/io_anim_nuke_chan/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"location": "File > Import/Export > Nuke (.chan)",
"description": "Import/Export object's animation with nuke",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Nuke",
"tracker_url": "http://projects.blender.org/tracker/?"
"func=detail&atid=467&aid=28368&group_id=153",
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 40904ab2..4cd6b8af 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "Scene > 3D-Coat Applink",
"description": "Transfer data between 3D-Coat/Blender",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" \
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" \
"Scripts/Import-Export/3dcoat_applink",
"tracker_url": "https://projects.blender.org/tracker/?"\
"func=detail&aid=24446",
diff --git a/io_convert_image_to_mesh_img/__init__.py b/io_convert_image_to_mesh_img/__init__.py
index 901938d4..89b64317 100644
--- a/io_convert_image_to_mesh_img/__init__.py
+++ b/io_convert_image_to_mesh_img/__init__.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "File > Import > HiRISE DTM from PDS IMG (.IMG)",
"description": "Import a HiRISE DTM formatted as a PDS IMG file",
"warning": "May consume a lot of memory",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Import-Export/HiRISE_DTM_from_PDS_IMG",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=24897&group_id=153&atid=469",
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index 194ed5ed..02177515 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
"location": "File > Import > Scalable Vector Graphics (.svg)",
"description": "Import SVG as curves",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Import-Export/SVG",
"tracker_url": "http://projects.blender.org/tracker/index.php?"\
"func=detail&aid=26166&",
diff --git a/io_export_after_effects.py b/io_export_after_effects.py
index e72deb5c..580f6e2f 100644
--- a/io_export_after_effects.py
+++ b/io_export_after_effects.py
@@ -26,7 +26,7 @@ bl_info = {
'blender': (2, 6, 2),
'location': 'File > Export > Adobe After Effects (.jsx)',
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Import-Export/Adobe_After_Effects",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=29858",
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index cf4c8776..e4c7440e 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -23,7 +23,7 @@ bl_info = {
"location": "File > Export > DirectX (.x)",
"description": "Export DirectX Model Format (.x)",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Import-Export/DirectX_Exporter",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22795",
diff --git a/io_export_pc2.py b/io_export_pc2.py
index dadfb317..e6a19d8c 100644
--- a/io_export_pc2.py
+++ b/io_export_pc2.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "File > Export > Pointcache (.pc2)",
"description": "Export mesh Pointcache data (.pc2)",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Import-Export/PC2_Pointcache_export",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=24703",
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index 16c2b9c0..c8ac57c2 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -25,7 +25,7 @@ bl_info = {
"location": "File > Export > Skeletal Mesh/Animation Data (.psk/.psa)",
"description": "Export Skeleletal Mesh/Animation Data",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Import-Export/Unreal_psk_psa",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=21366",
diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py
index bb798361..ee717dac 100644
--- a/io_import_gimp_image_to_scene.py
+++ b/io_import_gimp_image_to_scene.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "File > Import > GIMP Image to Scene(.xcf/.xjt)",
"description": "Imports GIMP multilayer image files as a series of multiple planes",
"warning": "XCF import requires xcftools installed",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/GIMPImageToScene",
"tracker_url": "http://projects.blender.org/tracker/index.php?"
"func=detail&aid=25136",
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index fdf46d28..52f9d193 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -25,7 +25,7 @@ bl_info = {
"description": "Imports images and creates planes with the appropriate "
"aspect ratio. The images are mapped to the planes.",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Add_Mesh/Planes_from_Images",
"tracker_url": "https://projects.blender.org/tracker/index.php?"
"func=detail&aid=21751",
diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py
index f8c8ebac..d74cc74c 100644
--- a/io_import_scene_lwo.py
+++ b/io_import_scene_lwo.py
@@ -25,7 +25,7 @@ bl_info= {
"description": "Imports a LWO file including any UV, Morph and Color maps. "\
"Can convert Skelegons to an Armature.",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Import-Export/LightWave_Object",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=23623",
diff --git a/io_import_scene_unreal_psk.py b/io_import_scene_unreal_psk.py
index 9d583436..4bb0f3e6 100644
--- a/io_import_scene_unreal_psk.py
+++ b/io_import_scene_unreal_psk.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "File > Import > Skeleton Mesh (.psk)",
"description": "Import Skeleleton Mesh",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Unreal_psk_psa",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=21366",
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index 2e97dcfb..a233b680 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export PLY mesh data withs UV's and vertex colors",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Stanford_PLY",
"tracker_url": "",
"support": 'OFFICIAL',
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index 079248d7..464d0b49 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
"location": "File > Import-Export > Raw Faces (.raw) ",
"description": "Import-Export Raw Faces",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Raw_Mesh_IO",
"tracker_url": "https://projects.blender.org/tracker/index.php?"
"func=detail&aid=25692",
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index f2fe7c16..9df62d1c 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"location": "File > Import-Export > Stl",
"description": "Import-Export STL files",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/STL",
"tracker_url": "https://projects.blender.org/tracker/index.php?"
"func=detail&aid=22837",
diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index 0113affd..ccf0dddc 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"location": "Image-Window > UVs > Export UV Layout",
"description": "Export the UV layout as a 2D graphic",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/UV_Layout",
"tracker_url": "https://projects.blender.org/tracker/index.php?"
"func=detail&aid=22837",
diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py
index e0470d36..9ac41168 100644
--- a/io_scene_3ds/__init__.py
+++ b/io_scene_3ds/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"description": "Import-Export 3DS, meshes, uvs, materials, textures, "
"cameras & lamps",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Autodesk_3DS",
"tracker_url": "",
"support": 'OFFICIAL',
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index f3862f7c..5712e3f2 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"description": "Export FBX meshes, UV's, vertex colors, materials, "
"textures, cameras, lamps and actions",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Autodesk_FBX",
"tracker_url": "",
"support": 'OFFICIAL',
diff --git a/io_scene_m3/__init__.py b/io_scene_m3/__init__.py
index 1665c591..a3a1d62d 100644
--- a/io_scene_m3/__init__.py
+++ b/io_scene_m3/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
'location': 'File > Import > Blizzard M3 (.m3)',
'description': 'Imports the Blizzard M3 format (.m3)',
'warning': '',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/'\
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/'\
'Import-Export/M3_Import',
'tracker_url': 'http://projects.blender.org/tracker/index.php?'\
'func=detail&aid=24017',
diff --git a/io_scene_map/__init__.py b/io_scene_map/__init__.py
index 495c2554..8c7ee394 100644
--- a/io_scene_map/__init__.py
+++ b/io_scene_map/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"description": "Export MAP brushes, nurbs surfaces, "
"lamps and empties as map nodes",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Quake_MAP",
"tracker_url": "",
"support": 'OFFICIAL',
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 1218485b..b7def44f 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"description": "Import-Export OBJ, Import OBJ mesh, UV's, "
"materials and textures",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Wavefront_OBJ",
"tracker_url": "",
"support": 'OFFICIAL',
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index cccbb587..21080b3f 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export X3D, Import VRML2",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Web3D",
"tracker_url": "",
"support": 'OFFICIAL',
diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py
index 2bc493b5..44a1dfd2 100644
--- a/io_shape_mdd/__init__.py
+++ b/io_shape_mdd/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export MDD as mesh shape keys",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/NewTek_OBJ",
"tracker_url": "",
"support": 'OFFICIAL',
diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py
index fd5f125f..64c9ca41 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
'blender': (2, 5, 7),
'location': 'View3D > Tool Shelf > Light Field Tools',
'url': 'http://www.jku.at/cg/',
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Render/Light_Field_Tools",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Light_Field_Tools",
"tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=25719",
'category': 'Render'
}
diff --git a/mesh_relax.py b/mesh_relax.py
index 52b68f65..7e9aa4db 100644
--- a/mesh_relax.py
+++ b/mesh_relax.py
@@ -29,7 +29,7 @@ bl_info = {
"location": "View3D > Specials > Relax ",
"description": "Relax the selected verts while retaining the shape",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Modeling/Relax",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=21421",
diff --git a/object_add_chain.py b/object_add_chain.py
index 8b30264c..1fdd0391 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "View3D > Add > Mesh",
"description": "Adds Chain with curve guide for easy creation",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Object/Add_Chain",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22203",
diff --git a/object_animrenderbake.py b/object_animrenderbake.py
index adba3676..177e9700 100644
--- a/object_animrenderbake.py
+++ b/object_animrenderbake.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "Properties > Render > Bake Panel",
"description": "Renderbakes a series of frames",
"category": "Object",
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/' \
'Scripts/Object/Animated_Render_Baker',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=24836'}
diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index 607eaf00..149eea1c 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -25,7 +25,7 @@ bl_info = {
"blender": (2, 5, 9),
"location": "View3D > Tool Shelf > Cloud Generator Panel",
"description": "Creates Volumetric Clouds",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Object/Cloud_Gen",
"tracker_url": "https://projects.blender.org/tracker/index.php?"
"func=detail&aid=22015",
diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py
index 729ac863..1e5bae59 100644
--- a/object_fracture/__init__.py
+++ b/object_fracture/__init__.py
@@ -24,7 +24,7 @@ bl_info = {
"location": "Search > Fracture Object & Add -> Fracture Helper Objects",
"description": "Fractured Object, Bomb, Projectile, Recorder",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Object/Fracture",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=21793",
diff --git a/object_grease_scatter.py b/object_grease_scatter.py
index 225c60d8f..97b016f0 100644
--- a/object_grease_scatter.py
+++ b/object_grease_scatter.py
@@ -29,7 +29,7 @@ bl_info = {
"description": "Scatter a group of objects onto the active mesh using "
"the grease pencil lines",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Object/Grease_Scatter",
"tracker_url": "https://projects.blender.org/tracker/index.php?"
"func=detail&aid=TODO",
diff --git a/paint_palette.py b/paint_palette.py
index d262a150..7c2c5748 100644
--- a/paint_palette.py
+++ b/paint_palette.py
@@ -28,7 +28,7 @@ bl_info = {
"location": "Image Editor and 3D View > Any Paint mode > Color Palette or Weight Palette panel",
"description": "Palettes for color and weight paint modes",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Paint/Palettes",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Paint/Palettes",
"tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=25908",
"category": "Paint"}
diff --git a/render_copy_settings/__init__.py b/render_copy_settings/__init__.py
index f59432e0..a6d1fcad 100644
--- a/render_copy_settings/__init__.py
+++ b/render_copy_settings/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"location": "Render buttons (Properties window)",
"description": "Allows to copy a selection of render settings from "
"current scene to others.",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Render/Copy Settings",
"tracker_url": "http://projects.blender.org/tracker/index.php?"
"func=detail&aid=25832",
diff --git a/render_renderfarmfi.py b/render_renderfarmfi.py
index a9b58e5e..38796ee0 100644
--- a/render_renderfarmfi.py
+++ b/render_renderfarmfi.py
@@ -26,7 +26,7 @@ bl_info = {
"location": "Render > Engine > Renderfarm.fi",
"description": "Send .blend as session to http://www.renderfarm.fi to render",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Render/Renderfarm.fi",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22927",
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index 71c91331..3e79835b 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -29,7 +29,7 @@ bl_info = {
"location": "View3D > Tool Shelf > 3D Nav",
"description": "Navigate the Camera & 3D View from the Toolshelf",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/3D_interaction/3D_Navigation",
"tracker_url": "http://projects.blender.org/tracker/index.php?"\
"func=detail&aid=23530",
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 0e12933a..73e4c412 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -26,7 +26,7 @@ bl_info = {
'location': 'View3D > Ctrl-C',
'description': 'Copy Attributes Menu from Blender 2.4',
"warning": "some mesh functions broken",
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/'
'Scripts/3D_interaction/Copy_Attributes_Menu',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'
'func=detail&aid=22588',
diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index 2e8814f9..48e1163b 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -30,7 +30,7 @@ bl_info = {
"location": "View3D > Q key",
"description": "Menu of material tools (assign, select..) in the 3D View",
"warning": "Buggy, Broken in Cycles mode",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/3D interaction/Materials Utils",
"tracker_url": "https://projects.blender.org/tracker/index.php?"
"func=detail&aid=22140",
diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 95ae1044..ba88910a 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
"blender": (2, 5, 7),
"location": "View3D > Tool Shelf or Console",
"description": "Display console defined mathutils variables in the 3D view",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/3D_interaction/Math_Viz",
"tracker_url": "http://projects.blender.org/tracker/index.php?"
"func=detail&aid=25545",
diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py
index a1fe5e13..d0868490 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -32,7 +32,7 @@ bl_info = {
"location": "View3D > Properties > Measure Panel",
"description": "Measure distances between objects",
"warning": "Script needs repairs",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" \
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" \
"Scripts/3D_interaction/Panel_Measure",
"tracker_url": "https://projects.blender.org/tracker/index.php?" \
"func=detail&aid=21445",
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 6dfbb41d..c07ad721 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -26,7 +26,7 @@ bl_info = {
"location": "View3D > Spacebar Key",
"description": "Context Sensitive Spacebar Menu",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/3D_interaction/Dynamic_Spacebar_Menu",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22060",
diff --git a/system_blend_info.py b/system_blend_info.py
index d89f12d6..b4ad18f4 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -28,7 +28,7 @@ bl_info = {
"location": "Properties > Scene > Blend Info Panel",
"description": "Show information about the .blend",
"warning": "",
- "wiki_url": 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ "wiki_url": 'http://wiki.blender.org/index.php/Extensions:2.6/Py/' \
'Scripts/System/Blend Info',
"tracker_url": "https://projects.blender.org/tracker/index.php?" \
"func=detail&aid=22102",
diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py
index 59a90d4c..da8112df 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
"location": "Demo Menu",
"description": "Demo mode lets you select multiple blend files and loop over them.",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/System/Demo_Mode#Running_Demo_Mode",
"tracker_url": "",
"support": 'OFFICIAL',
diff --git a/system_property_chart.py b/system_property_chart.py
index fb4df800..8f58a17a 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -26,7 +26,7 @@ bl_info = {
"location": "Tool Shelf",
"description": "Edit arbitrary selected properties for objects of the same type",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/System/Object Property Chart",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
"func=detail&aid=22701",
diff --git a/texture_paint_layer_manager.py b/texture_paint_layer_manager.py
index 9f6d68b9..0fc6a9a2 100644
--- a/texture_paint_layer_manager.py
+++ b/texture_paint_layer_manager.py
@@ -6,7 +6,7 @@ bl_info = {
"location": "Texture Paint > Properties > Texture Paint Layers Panels",
"description": "Adds a layer manager for image based texture slots in paint and quick add layer tools",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/3D_interaction/Texture_paint_layers",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Texture_paint_layers",
"tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=26789",
"category": "Paint"}