From a93b6af6cda43d7886ba60e5370b26bb747635f8 Mon Sep 17 00:00:00 2001 From: Brendon Murphy <meta.androcto1@gmail.com> Date: Sat, 23 Jun 2012 15:05:39 +0000 Subject: [PATCH] update wiki version ro 2.6 finished --- add_curve_aceous_galore.py | 2 +- add_curve_ivygen.py | 2 +- add_curve_sapling/__init__.py | 4 ++-- add_curve_torus_knots.py | 2 +- add_mesh_BoltFactory/__init__.py | 4 ++-- add_mesh_ant_landscape.py | 2 +- add_mesh_extra_objects/__init__.py | 4 ++-- add_mesh_pipe_joint.py | 2 +- add_mesh_solid.py | 2 +- animation_animall.py | 2 +- curve_simplify.py | 2 +- development_api_navigator.py | 2 +- development_icon_get.py | 2 +- game_engine_save_as_runtime.py | 2 +- io_anim_acclaim/__init__.py | 2 +- io_anim_bvh/__init__.py | 2 +- io_anim_c3d/__init__.py | 2 +- io_anim_camera.py | 2 +- io_anim_nuke_chan/__init__.py | 2 +- io_coat3D/__init__.py | 2 +- io_convert_image_to_mesh_img/__init__.py | 2 +- io_curve_svg/__init__.py | 2 +- io_export_after_effects.py | 2 +- io_export_directx_x.py | 2 +- io_export_pc2.py | 2 +- io_export_unreal_psk_psa.py | 2 +- io_import_gimp_image_to_scene.py | 2 +- io_import_images_as_planes.py | 2 +- io_import_scene_lwo.py | 2 +- io_import_scene_unreal_psk.py | 2 +- io_mesh_ply/__init__.py | 2 +- io_mesh_raw/__init__.py | 2 +- io_mesh_stl/__init__.py | 2 +- io_mesh_uv_layout/__init__.py | 2 +- io_scene_3ds/__init__.py | 2 +- io_scene_fbx/__init__.py | 2 +- io_scene_m3/__init__.py | 2 +- io_scene_map/__init__.py | 2 +- io_scene_obj/__init__.py | 2 +- io_scene_x3d/__init__.py | 2 +- io_shape_mdd/__init__.py | 2 +- light_field_tools/__init__.py | 2 +- mesh_relax.py | 2 +- object_add_chain.py | 2 +- object_animrenderbake.py | 2 +- object_cloud_gen.py | 2 +- object_fracture/__init__.py | 2 +- object_grease_scatter.py | 2 +- paint_palette.py | 2 +- render_copy_settings/__init__.py | 2 +- render_renderfarmfi.py | 2 +- space_view3d_3d_navigation.py | 2 +- space_view3d_copy_attributes.py | 2 +- space_view3d_materials_utils.py | 2 +- space_view3d_math_vis/__init__.py | 2 +- space_view3d_panel_measure.py | 2 +- space_view3d_spacebar_menu.py | 2 +- system_blend_info.py | 2 +- system_demo_mode/__init__.py | 2 +- system_property_chart.py | 2 +- texture_paint_layer_manager.py | 2 +- 61 files changed, 64 insertions(+), 64 deletions(-) diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 2ba24b7f9..44447162e 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 7e8054ff3..b680cfed2 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 8792255d3..81d7aea97 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 d4ea3914d..21c406d0e 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 d30e46ab1..a3c580d53 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 2e6441f24..fcc1e8ed4 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 97ec361d0..6e64e2bdd 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 38041944c..b11ed2bf7 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 f43eea704..3eba5e676 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 2680bfe8f..60367e43f 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 7003ef2eb..8ae67bb3d 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 280363bd1..5fc857331 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 429422eec..1003218bb 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 6a40a1952..16b716a8c 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 5810bdc8d..38df1f9dd 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 3ebf8adad..ca2438ebe 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 d50099cc0..a63cf764e 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 61b0df297..6a282e9cd 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 757693769..5636de291 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 40904ab2e..4cd6b8afb 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 901938d4a..89b64317e 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 194ed5edc..021775156 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 e72deb5cb..580f6e2fa 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 cf4c87767..e4c7440e0 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 dadfb3170..e6a19d8ce 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 16c2b9c0e..c8ac57c25 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 bb7983612..ee717dacc 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 fdf46d28b..52f9d1933 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 f8c8ebac8..d74cc74c4 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 9d583436f..4bb0f3e6c 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 2e97dcfb9..a233b6809 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 079248d74..464d0b49d 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 f2fe7c160..9df62d1cc 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 0113affd6..ccf0dddce 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 e0470d365..9ac411687 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 f3862f7cd..5712e3f29 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 1665c5919..a3a1d62dc 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 495c25547..8c7ee394b 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 1218485b6..b7def44f4 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 cccbb587e..21080b3f9 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 2bc493b5a..44a1dfd2d 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 fd5f125fe..64c9ca416 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 52b68f65e..7e9aa4db4 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 8b30264c3..1fdd03919 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 adba36764..177e9700d 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 607eaf00e..149eea1c0 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 729ac8634..1e5bae59b 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..97b016f06 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 d262a1506..7c2c5748d 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 f59432e05..a6d1fcadc 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 a9b58e5ea..38796ee0e 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 71c913315..3e79835bf 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 0e12933ab..73e4c412c 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 2e8814f9e..48e1163b4 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 95ae10449..ba88910ae 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 a1fe5e137..d0868490a 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 6dfbb41d5..c07ad7217 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 d89f12d66..b4ad18f4d 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 59a90d4cb..da8112dfb 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 fb4df800b..8f58a17ac 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 9f6d68b9f..0fc6a9a24 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"} -- GitLab