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:
authorThomas Dinges <blender@dingto.org>2010-05-31 00:50:06 +0400
committerThomas Dinges <blender@dingto.org>2010-05-31 00:50:06 +0400
commitda13f752c0f8333726d2dc828ea0aa65ec0cc190 (patch)
treec7085d023b7002aa9be0351ed52755e0e83680a8
parentb0db439b3cc336eed9dcdc6849e7064275d19fa7 (diff)
Updates for API changes in SVN 29091.
-rw-r--r--add_curve_aceous_galore.py4
-rw-r--r--add_curve_torus_knots.py4
-rw-r--r--add_edit_object_parameters.py2
-rw-r--r--add_mesh_3d_function_surface.py4
-rw-r--r--add_mesh_extras.py2
-rw-r--r--add_mesh_gears.py2
-rw-r--r--add_mesh_gemstones.py2
-rw-r--r--add_mesh_pipe_joint.py2
-rw-r--r--add_mesh_solid.py2
-rw-r--r--add_mesh_twisted_torus.py2
-rw-r--r--curve_simplify.py2
-rw-r--r--export_unreal_psk_psa.py2
-rw-r--r--fracture/__init__.py2
-rw-r--r--import_images_as_planes.py2
-rw-r--r--import_scene_mhx.py2
-rw-r--r--import_scene_unreal_psk.py2
-rw-r--r--io_anim_camera.py2
-rw-r--r--io_mesh_raw/__init__.py2
-rw-r--r--io_mesh_stl/__init__.py2
-rw-r--r--mesh_relax.py2
-rw-r--r--mesh_surface_sketch.py2
-rw-r--r--object_add_chain.py2
-rw-r--r--object_cloud_gen.py2
-rw-r--r--space_view3d_materials_utils.py2
-rw-r--r--space_view3d_panel_measure.py2
-rw-r--r--space_view3d_spacebar_menu.py2
26 files changed, 29 insertions, 29 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 38557ce4..b16fd277 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -21,9 +21,9 @@ bl_addon_info = {
'version': '0.1',
'blender': (2, 5, 2),
'location': 'Add Curve menu',
- 'url': '',
+ 'wiki_url': '',
'description': 'adds many types of curves',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Curve/Curves_Galore',
'category': 'Add Curve'}
##------------------------------------------------------------
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index 36702bfd..7acab15d 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -21,9 +21,9 @@ bl_addon_info = {
'version': '0.1',
'blender': (2, 5, 2),
'location': 'Add Curve Menu',
- 'url': '',
+ 'wiki_url': '',
'description': 'adds many types of knots',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Curve/Torus_Knot',
'category': 'Add Curve'}
##------------------------------------------------------------
diff --git a/add_edit_object_parameters.py b/add_edit_object_parameters.py
index 23d63e63..5b55e712 100644
--- a/add_edit_object_parameters.py
+++ b/add_edit_object_parameters.py
@@ -30,7 +30,7 @@ bl_addon_info = {
'description': 'Re-call an object menu that was created' \
' with an Add Mesh operator. This operator must have stored'\
' the recall data though.',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/3D_interaction/Edit_Object_Parameters',
'category': 'Add Mesh'}
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index a56660c6..61f6ce83 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -29,7 +29,7 @@ bl_addon_info = {
'location': 'View3D > Add > Mesh > Z Function Surface &' \
' XYZ Function Surface',
'description': 'Create Objects using Math Formulas',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_3d_Function_Surface',
'category': 'Add Mesh'}
@@ -75,7 +75,7 @@ v0.3.2 - Various fixes&streamlining by ideasman42/Campbell Barton.
converting to a float are reported too.
Fixed an error Campbell overlooked (appending tuples to an
array, not single values) Thamnks for the report wild_doogy.
- Added 'description' field, updated 'url'.
+ Added 'description' field, updated 'wiki_url'.
Made the script PEP8 compatible again.
v0.3.1 - Use hidden "edit" property for "recall" operator.
Bugfix: Z Function was mixing up div_x and div_y
diff --git a/add_mesh_extras.py b/add_mesh_extras.py
index b7b17878..bc1abd6f 100644
--- a/add_mesh_extras.py
+++ b/add_mesh_extras.py
@@ -28,7 +28,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Extras',
'description': 'Adds Star, Wedge, Sqorus & Spindle objects.',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Extra',
'category': 'Add Mesh'}
diff --git a/add_mesh_gears.py b/add_mesh_gears.py
index 8bf8b815..f897e540 100644
--- a/add_mesh_gears.py
+++ b/add_mesh_gears.py
@@ -27,7 +27,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Gears ',
'description': 'Adds a mesh Gear to the Add Mesh menu',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Gear',
'category': 'Add Mesh'}
diff --git a/add_mesh_gemstones.py b/add_mesh_gemstones.py
index 90d4b52d..4f38a2c2 100644
--- a/add_mesh_gemstones.py
+++ b/add_mesh_gemstones.py
@@ -28,7 +28,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Gemstones',
'description': 'Adds various gemstone (Diamond & Gem) meshes.',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Gem',
'category': 'Add Mesh'}
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 016e4877..1e34db51 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -28,7 +28,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Pipe Joint',
'description': 'Adds 5 pipe Joint types to the Add Mesh menu',
- 'url':
+ 'wiki_url':
'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Pipe_Joints',
'category': 'Add Mesh'}
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index ac501bcd..6f4acff2 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -12,7 +12,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Regular Solids',
'description': 'Add a Regular Solid mesh.',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Solid',
'category': 'Add Mesh'}
diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py
index 4a538ea0..9612faee 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -27,7 +27,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh ',
'description': 'Adds a mesh Twisted Torus to the Add Mesh menu',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Twisted_Torus',
'category': 'Add Mesh'}
diff --git a/curve_simplify.py b/curve_simplify.py
index da58e96b..d2268849 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -24,7 +24,7 @@ bl_addon_info = {
'version': '1',
'blender': (2, 5, 2),
'location': 'Toolshelf > search > simplify curves',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Curve/Curve_Simplify',
'description': 'this script simplifies curves',
'category': 'Add Curve'}
diff --git a/export_unreal_psk_psa.py b/export_unreal_psk_psa.py
index d3ec30d9..f74468ce 100644
--- a/export_unreal_psk_psa.py
+++ b/export_unreal_psk_psa.py
@@ -90,7 +90,7 @@ bl_addon_info = {
'version': '2.0',
'blender': (2, 5, 3),
'location': 'File > Export > Skeletal Mesh/Animation Data (.psk/.psa)',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Unreal_psk_psa',
'category': 'Import/Export'}
diff --git a/fracture/__init__.py b/fracture/__init__.py
index 2f617bfc..dffb3d0c 100644
--- a/fracture/__init__.py
+++ b/fracture/__init__.py
@@ -24,7 +24,7 @@ bl_addon_info = {
'location': 'Fracture tools (Search > Fracture Object & ,' \
'Add -> Fracture Helper Objects',
'description': 'Fractured Object, Bomb, Projectile, Recorder',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Object/Fracture',
'category': 'Object'}
diff --git a/import_images_as_planes.py b/import_images_as_planes.py
index 94b52ac8..3203d741 100644
--- a/import_images_as_planes.py
+++ b/import_images_as_planes.py
@@ -53,7 +53,7 @@ bl_addon_info = {
'version': '0.7',
'blender': (2, 5, 2),
'location': 'File > Import > Images as Planes',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Planes_from_Images',
'description': 'Imports images and creates planes' \
' with the appropiate aspect ratio.' \
diff --git a/import_scene_mhx.py b/import_scene_mhx.py
index cf1afbb7..f21be293 100644
--- a/import_scene_mhx.py
+++ b/import_scene_mhx.py
@@ -26,7 +26,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'File > Import',
'description': 'Import files in the MakeHuman eXchange format (.mhx)',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Make_Human',
'category': 'Import/Export'}
diff --git a/import_scene_unreal_psk.py b/import_scene_unreal_psk.py
index dae98b38..182882ff 100644
--- a/import_scene_unreal_psk.py
+++ b/import_scene_unreal_psk.py
@@ -19,7 +19,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'File > Import ',
'description': 'Import Unreal Engine (.psk)',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/File_I-O/Unreal_psk_psa',
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/File_I-O/Unreal_psk_psa',
'category': 'Import/Export'}
"""
diff --git a/io_anim_camera.py b/io_anim_camera.py
index 5e4e848a..4987ec25 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -25,7 +25,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'File > Export > Camera Animation',
'description': 'Export Cameras & Markers',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Camera_Animation',
'category': 'Import/Export'}
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index b89c79ab..9f1985f8 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -23,7 +23,7 @@ bl_addon_info = {
'blender': '2.5.3',
'location': 'File > Import/Export > Raw faces ',
'description': 'Import Raw Faces (.raw format)',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Raw_Mesh_IO',
'category': 'Import/Export'}
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index 1c8e3a19..2572e409 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -40,7 +40,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'File > Import/Export > Stl',
'description': 'Import/Export Stl files',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File I-O/STL', # @todo write the page
'category': 'Import/Export'}
diff --git a/mesh_relax.py b/mesh_relax.py
index 89009e16..14599511 100644
--- a/mesh_relax.py
+++ b/mesh_relax.py
@@ -28,7 +28,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Specials > Relax ',
'description': 'Relax the selected verts while retaining the shape',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Modeling/Relax',
'category': 'Mesh'}
diff --git a/mesh_surface_sketch.py b/mesh_surface_sketch.py
index 567def9d..9aa90d43 100644
--- a/mesh_surface_sketch.py
+++ b/mesh_surface_sketch.py
@@ -25,7 +25,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > EditMode > ToolShelf',
'description': 'Draw meshes and re-topologies with Grease Pencil',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Mesh/Surface_Sketch',
'category': 'Mesh'}
diff --git a/object_add_chain.py b/object_add_chain.py
index 7af35709..da9f579c 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -25,7 +25,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Chain',
'description': 'Adds Chain with curve guide for easy creation',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Object/Add_Chain',
'category': 'Object'}
#
diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index 07c3e054..8d57a155 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -24,7 +24,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'Tool Shelf ',
'description': 'Creates Volumetric Clouds',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Object/Cloud_Gen',
'category': 'Object'}
diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index c183e7d2..e18608a4 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -29,7 +29,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Q key',
'description': 'Menu of material tools (assign, select by etc) in the 3D View',
- 'url':
+ 'wiki_url':
'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts', # @todo Create wiki page and fix this link.
'category': '3D View'}
diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py
index 5d199a13..6ba6a0f5 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -29,7 +29,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Properties > Measure',
'description': 'Measure distances between objects',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/3D_interaction/Panel_Measure',
'category': '3D View'}
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 48c4deb7..f160fb5b 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -29,7 +29,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Mouse > Menu ',
'description': 'Context sensitive spacebar menu',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/3D_interaction/Dynamic_Spacebar_Menu',
'category': '3D View'}
"Add Dynamic Spacebar Menu"