diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 2ba24b7f9a379c3c3c30597d109bc4c7e6ef5ba1..44447162e09709cf1473fb6534c025a794bb6378 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 7e8054ff36c8d454d429e72de988f9d649098dba..b680cfed2db1b6b28ee1c30daf1c064b2bd4f772 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 8792255d3bc6d55fe0e1f0346b51a66b90f29237..81d7aea979277a623032022d16dbc99fead5040b 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 d4ea3914d4482dcae219f44ca969b40d55b872d1..21c406d0e5b032909f5cc598149533fc674ac488 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 d30e46ab189ff9d3ef210a9ef0d26bded8d13d49..a3c580d53a8ee3ce32791ef9059391d110901c5f 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 2e6441f24437341229459f7db6db80143f39d1b6..fcc1e8ed4c0eb3a8831245c218162c5ccd627415 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 97ec361d0a26b52bc037ab885142b2fecf5a31ca..6e64e2bdd85448fb26e675c0bc4c7a44735423be 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 38041944c32132ad9573bbc2ba43c01957982b0f..b11ed2bf7fb18cdbedaf1ff3ca5928e658573119 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 f43eea7045e5c1ee7e59249c616ae2dfc250b523..3eba5e6761ddd6dd5438d8b85ea6fa7b64ce242c 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 2680bfe8f8886883de4c2aa2037635e4cdf95f2a..60367e43f9ae12420b5310fe35575df82321afe2 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 7003ef2ebad75f54f1a779706aa313012cbbb52e..8ae67bb3d1c056defea22410dfd8e7f45004d36c 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 280363bd177ce6ce5673e55fd53e675ca4fda0c2..5fc857331170f811c87726ca6843a07a629923ab 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 429422eec5faed1fedeb66e1f3ab315aefeedded..1003218bba2729d87a58d4558e51d03395c03ae0 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 6a40a1952c6ef5067da627241f53f72a5accd7a4..16b716a8c5abc13ee171040d6489b61703a2b739 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 5810bdc8dad7845a2d95c3e9db1e2304b06ec8f8..38df1f9dd55cc3e68b2b5c443cabf54f567a25a1 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 3ebf8adadef01d211f927bf3b9da62ed8235ab76..ca2438ebe62c5e612dcd7b4557b94a5da8318d91 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 d50099cc0214ac57dfa6f2c1f08b8635dce1454c..a63cf764e0df8e3ba3968445294e4eb43d0cc0db 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 61b0df2972d19296444eb061784049387e791f58..6a282e9cda2b993124afdc086efcccffe2aedd02 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 75769376945ee15208b1cf97b131a2b7c4035aeb..5636de2914e9824eaca7b8f7ab0bc2de4c64e4df 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 40904ab2e038e2b2028813860c091d854afd7880..4cd6b8afba16eeb512d6c7cfafa9132be9b7502e 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 901938d4a6ec26a16e89b67acf5c1e396a693a9e..89b64317eeedd5c002c6366dc167955ea7016360 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 194ed5edcc1b01f8d576624a7bd1747516307897..0217751569c5bec7622f6f4573af53e79b291946 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 e72deb5cbc3c240843ff9f6996a49a73f2b281de..580f6e2fa5d673838aa0c2c1c50994909aa4b27d 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 cf4c87767adb45b18b1f64d558904a0a5ecb2c6c..e4c7440e07582fb39eeeaa640f72c0c3967e8570 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 dadfb3170e1ec803eab6f2eaab08dde46d2cb7b2..e6a19d8ce8167945a20aa432569abb7a1cacef20 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 16c2b9c0e9fd47b8b79852d5002054366288af37..c8ac57c25fdb72d8b08dbfd281229d807531eed0 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 bb79836125ea68ca130c21e34d1a0e45dc2d0891..ee717dacc7e026e397303ff34db4c89eafce288b 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 fdf46d28b27f80a19009eeef5eb0596e6b237f81..52f9d1933a5358e249fba2e90d8e60bd51d7b990 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 f8c8ebac82712d68fea239e3ff8d71ad368d9ac1..d74cc74c46ba02d6d4c82062d563ea393b317f72 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 9d583436fd940a3693da89255cd0056f85d7f275..4bb0f3e6c6794a26b8d228cc259a5cb2e8c9d3b7 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 2e97dcfb92da65812bda34d8faedcff9a8dfcfe7..a233b68096af5b1686830c49341e9903053ffcb1 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 079248d74971408a4836ee66b74bbf5764a95f8a..464d0b49da4716f300866a9bd9ce80a43e75dbcf 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 f2fe7c16069bd6af6b2e5c3d25ecd821bc5b8e00..9df62d1cc51cbc329fae481a9b2a2a22a34f1090 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 0113affd6304f5828d858a4475873c49c189707a..ccf0dddce00a00b2725d8a524d0cc0badb42ff5a 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 e0470d365ceeafd11263245aadc1df9626eeb430..9ac4116872cf048517e4b7151dd0170c401217c6 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 f3862f7cda5d0a58382b917c47b0275865f1be82..5712e3f29c0ef0e1e13b2486596535603d049b8f 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 1665c59191b38f4e8ca1887eaae88f068ae9806c..a3a1d62dc11655e79dc7dc52b042b498fcc1ae5e 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 495c25547785a106a12a902c21d80e6b6f7c29db..8c7ee394b40bfa5ec74d018916a57c6b3d0fee1c 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 1218485b6c620051bb560c4fd9eaad8a9cc269bf..b7def44f4f777684c48c09b231806f0c0b73eb64 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 cccbb587e12d0f9d147f0f3600e7b9c4f2162d8b..21080b3f944adc013efcbe3317aa72dd1e691a28 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 2bc493b5a1efd5716d463c056891d730a75a96d5..44a1dfd2d8a7fe07282e8a9db42613dd8ff80c79 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 fd5f125fea066a65459fa597c2447e726d3460db..64c9ca416b50b153120225ff09a4e7654436393c 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 52b68f65e2a2e315b90e93a2ea58a5d6a39c6dc1..7e9aa4db4bc024362c9699a04f15ba615221096d 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 8b30264c3ab298fe47266be84aee9349f3d3f302..1fdd039197325a5871d218e0793932f5d6522be3 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 adba36764ab3c9a5db1fc1c42b50dfe55e159bba..177e9700d5e01671eba4f64822390a38bba6e553 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 607eaf00e67cf97a2bedac72c9bb262eee2a28a6..149eea1c05b85fc3c2a1cd9a9e418538b5c948bb 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 729ac863484c8ef6562d1a76008b20f3701398f4..1e5bae59be672161037320f48607c5af3ed87620 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 225c60d8f247e80cfa5e0237ed0521c1a130250e..97b016f0694cd6d0daaa900be178556a833a4405 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 d262a1506693e4acca022e634f01f397c84f0ba6..7c2c5748d8eaaa159cd1469e046954ec19e5d0f7 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 f59432e05929ac6d4126649f63f0adf5d6877190..a6d1fcadc18f8d342ae26b72017b359fbc72aac8 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 a9b58e5ea287e721c41b502fe6473946b9359b2b..38796ee0e040af0ca7a011a5162edace451da865 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 71c913315f20c5ae6bf9f9bd4f943d69d097bada..3e79835bf15b28e6bbf17c8376bf02d8ea9e4f0a 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 0e12933abfa362d5aff62622f6cb21aa1fa9e44a..73e4c412c967304ee0d7d5674bd41c0af66c62f5 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 2e8814f9e4ba975169d290912e037f2f30d2c9d1..48e1163b484ec90cde91ace1f1f47617e2a15655 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 95ae104492963a95aa2af0b8dbd7cfa6022defba..ba88910ae3704f25ca451fbabc99dec7b2aa06a2 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 a1fe5e13738025bf2f4a4ad20c1d4d198e355f18..d0868490a08d5c020d7f3f22e46a987d0002e854 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 6dfbb41d585e094a4e2af2ca77f534ffcea8269c..c07ad72175a5e5ab3dbc7ebc7107b3e5e7523101 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 d89f12d669d809d532f8f58a39a832d8c245a25a..b4ad18f4d180d9c88291d5d8e3a97755304364bc 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 59a90d4cb94093bfab28072fb033d76a6c806d4d..da8112dfbbbdd6c652ffc30fb11bfd70ee4df553 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 fb4df800bb4a00db401a65cd0df139691d831754..8f58a17acb004e795beeff1d6191a165951c7f57 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 9f6d68b9f8398ec142ea307013a79e93d2ee8134..0fc6a9a24b0d046ed032b33c8518b00afb726af6 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"}