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:
authorJonathan Smith <j.jaydez@gmail.com>2011-03-19 16:20:33 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-03-19 16:20:33 +0300
commit89f54a30a39f57be545dff1a710b7b7f5372f999 (patch)
tree340af6e70f7fed3db322fd25dc2f1e0fe8a3361f
parent5a9461436c34ff2c30878d40e93cd6b980262f1e (diff)
Updated Blender Version to 2.57 and api version
-rw-r--r--add_curve_aceous_galore.py4
-rw-r--r--add_curve_torus_knots.py4
-rw-r--r--add_mesh_3d_function_surface.py4
-rw-r--r--add_mesh_BoltFactory/__init__.py6
-rw-r--r--add_mesh_ant_landscape.py4
-rw-r--r--add_mesh_extras.py4
-rw-r--r--add_mesh_gears.py4
-rw-r--r--add_mesh_gemstones.py4
-rw-r--r--add_mesh_pipe_joint.py4
-rw-r--r--add_mesh_solid.py4
-rw-r--r--add_mesh_twisted_torus.py4
-rw-r--r--animation_add_corrective_shape_key.py3
-rw-r--r--animation_animall.py4
-rw-r--r--animation_rotobezier.py4
-rw-r--r--curve_simplify.py4
-rw-r--r--development_api_navigator.py4
-rw-r--r--development_icon_get.py4
-rw-r--r--game_engine_save_as_runtime.py4
-rw-r--r--io_anim_bvh/__init__.py2
-rw-r--r--io_anim_camera.py4
-rw-r--r--io_coat3D/__init__.py6
-rw-r--r--io_convert_image_to_mesh_img/__init__.py4
-rw-r--r--io_curve_svg/__init__.py4
-rw-r--r--io_export_directx_x.py4
-rw-r--r--io_export_pc2.py6
-rw-r--r--io_export_unreal_psk_psa.py4
-rw-r--r--io_import_gimp_image_to_scene.py4
-rw-r--r--io_import_images_as_planes.py4
-rw-r--r--io_import_scene_dxf.py4
-rw-r--r--io_import_scene_lwo.py4
-rw-r--r--io_import_scene_mhx.py4
-rw-r--r--io_mesh_ply/__init__.py2
-rw-r--r--io_mesh_raw/__init__.py4
-rw-r--r--io_mesh_stl/__init__.py6
-rw-r--r--io_mesh_uv_layout/__init__.py6
-rw-r--r--io_scene_3ds/__init__.py2
-rw-r--r--io_scene_fbx/__init__.py4
-rw-r--r--io_scene_m3/__init__.py4
-rw-r--r--io_scene_obj/__init__.py2
-rw-r--r--io_scene_x3d/__init__.py4
-rw-r--r--io_shape_mdd/__init__.py2
-rw-r--r--light_field_tools/__init__.py7
-rw-r--r--mesh_relax.py4
-rw-r--r--mesh_surface_sketch.py4
-rw-r--r--object_add_chain.py4
-rw-r--r--object_animrenderbake.py3
-rw-r--r--object_cloud_gen.py4
-rw-r--r--object_fracture/__init__.py6
-rw-r--r--render_povray/__init__.py4
-rw-r--r--render_renderfarmfi.py4
-rw-r--r--rigify/__init__.py5
-rw-r--r--space_view3d_3d_navigation.py4
-rw-r--r--space_view3d_align_tools.py4
-rw-r--r--space_view3d_copy_attributes.py6
-rw-r--r--space_view3d_math_vis/__init__.py4
-rw-r--r--space_view3d_panel_measure.py4
-rw-r--r--space_view3d_spacebar_menu.py4
-rw-r--r--system_blend_info.py4
-rw-r--r--system_property_chart.py4
59 files changed, 126 insertions, 116 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index ad826011..1241f9ff 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -20,8 +20,8 @@ bl_info = {
'name': 'Curveaceous Galore!',
'author': 'Jimmy Hazevoet, testscreenings',
'version': (0,2),
- 'blender': (2, 5, 3),
- 'api': 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'View3D > Add > Curve',
'description': 'Adds many different types of Curves',
'warning': '', # used for warning icon and text in addons panel
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index 95eace80..4ee14d00 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -21,8 +21,8 @@ bl_info = {
"name": "Torus Knots",
"author": "testscreenings",
"version": (0,1),
- "blender": (2, 5, 5),
- "api": 33754,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Curve",
"description": "Adds many types of (torus) knots",
"warning": "",
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 5716e832..5f5e74b5 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "3D Function Surfaces",
"author": "Buerbaum Martin (Pontiac)",
"version": (0, 3, 7),
- "blender": (2, 5, 6),
- "api": 34093,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh",
"description": "Create Objects using Math Formulas",
"warning": "",
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index bca63573..cc8118e0 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -19,9 +19,9 @@
bl_info = {
"name": "BoltFactory",
"author": "Aaron Keith",
- "version": (3,9),
- "blender": (2, 5, 3),
- "api": 32411,
+ "version": (3, 9),
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh",
"description": "Adds a Bolt or Nut",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index 822759d4..b07fe992 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "ANT Landscape",
"author": "Jimmy Hazevoet",
"version": (0,1,1),
- "blender": (2, 5, 6),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh",
"description": "Adds a Landscape Primitive",
"warning": "", # used for warning icon and text in addons panel
diff --git a/add_mesh_extras.py b/add_mesh_extras.py
index c3ee6d3d..40236d04 100644
--- a/add_mesh_extras.py
+++ b/add_mesh_extras.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Extras",
"author": "Pontiac, Fourmadmen, meta-androcto",
"version": (0, 5),
- "blender": (2, 5, 6),
- "api": 33832,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh > Extras",
"description": "Adds Star, Wedge, & Sqorus objects.",
"warning": "",
diff --git a/add_mesh_gears.py b/add_mesh_gears.py
index 19c658f9..4d5539a6 100644
--- a/add_mesh_gears.py
+++ b/add_mesh_gears.py
@@ -23,8 +23,8 @@ bl_info = {
"name": "Gears",
"author": "Michel J. Anders (varkenvarken)",
"version": (2, 4, 2),
- "blender": (2, 5, 6),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh > Gears ",
"description": "Adds a mesh Gear to the Add Mesh menu",
"warning": "",
diff --git a/add_mesh_gemstones.py b/add_mesh_gemstones.py
index a10af483..9ae82382 100644
--- a/add_mesh_gemstones.py
+++ b/add_mesh_gemstones.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Gemstones",
"author": "Pontiac, Fourmadmen, Dreampainter",
"version": (0, 4),
- "blender": (2, 5, 6),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh > Gemstones",
"description": "Adds various gemstone (Diamond & Gem) meshes.",
"warning": "",
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 8e7c9675..392ca099 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Pipe Joints",
"author": "Buerbaum Martin (Pontiac)",
"version": (0, 10, 7),
- "blender": (2, 5, 3),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh > Pipe Joints",
"description": "Adds 5 pipe Joint types to the Add Mesh menu",
"warning": "",
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index c25c7242..48d73e44 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -21,8 +21,8 @@ bl_info = {
"name": "Regular Solids",
"author": "DreamPainter",
"version": (1, 0, 1),
- "blender": (2, 5, 3),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh > Regular Solids",
"description": "Add a Regular Solid mesh.",
"warning": "",
diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py
index 779d2ab0..d5f3251f 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -24,8 +24,8 @@ bl_info = {
"name": "Twisted Torus",
"author": "Paulo_Gomes",
"version": (0, 11, 1),
- "blender": (2, 5, 3),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh ",
"description": "Adds a mesh Twisted Torus to the Add Mesh menu",
"warning": "",
diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py
index 4dda54bd..3ac1a019 100644
--- a/animation_add_corrective_shape_key.py
+++ b/animation_add_corrective_shape_key.py
@@ -20,7 +20,8 @@ bl_info = {
'name': 'Corrective shape keys',
'author': 'Ivo Grigull (loolarge), Tal Trachtman',
'version': (1, 0),
- 'blender': (2, 5, 5),
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'Object Data > Shape Keys (Search: corrective) ',
'description': 'Creates a corrective shape key for the current pose',
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
diff --git a/animation_animall.py b/animation_animall.py
index bea81521..71c038be 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -20,8 +20,8 @@ bl_info = {
'name': 'AnimAll',
'author': 'Daniel Salazar <zanqdo@gmail.com>',
'version': (0, 4),
- 'blender': (2, 5, 5),
- 'api': 34513,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'Select a Mesh: Tool Shelf > AnimAll panel',
'description': 'Allows animation of mesh and lattice data (Shape Keys, VCols, VGroups, UVs)',
'warning': '',
diff --git a/animation_rotobezier.py b/animation_rotobezier.py
index a7f8f222..08c71bf3 100644
--- a/animation_rotobezier.py
+++ b/animation_rotobezier.py
@@ -20,8 +20,8 @@ bl_info = {
'name': 'RotoBezier',
'author': 'Daniel Salazar <zanqdo@gmail.com>',
'version': (0, 8),
- 'blender': (2, 5, 5),
- 'api': 33232,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'Select a Curve: Tool Shelf > RotoBezier Panel',
'description': 'Allows animation of Bezier and NURBS curves',
'warning': '',
diff --git a/curve_simplify.py b/curve_simplify.py
index 55aed13c..d816d19c 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Simplify curves",
"author": "testscreenings",
"version": (1,),
- "blender": (2, 5, 3),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "Search > Simplify Curves",
"description": "Simplifies 3D curves and fcurves",
"warning": "",
diff --git a/development_api_navigator.py b/development_api_navigator.py
index 9a2dbdac..ed1945f9 100644
--- a/development_api_navigator.py
+++ b/development_api_navigator.py
@@ -24,7 +24,7 @@ bl_info = {
"author": "Dany Lebel (Axon_D)",
"version": (1, 0, 2),
"blender": (2, 5, 7),
- "api": 34995,
+ "api": 35622,
"location": "Text Editor > Properties > API Navigator Panel",
"description": "Allows to explore the python api via the user interface",
"warning": "",
@@ -712,4 +712,4 @@ def unregister():
if __name__ == '__main__':
- register() \ No newline at end of file
+ register()
diff --git a/development_icon_get.py b/development_icon_get.py
index 77f8ebbd..084adbf0 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -23,8 +23,8 @@ bl_info = {
'name': 'Icons',
'author': 'Crouch, N.tox, PKHG, Campbell Barton, Dany Lebel',
'version': (1, 5, 0),
- 'blender': (2, 5, 7),
- 'api': 34404,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'Text Editor > Properties or '\
'Console > Console Menu',
'warning': '',
diff --git a/game_engine_save_as_runtime.py b/game_engine_save_as_runtime.py
index ede30efb..2ac38c5e 100644
--- a/game_engine_save_as_runtime.py
+++ b/game_engine_save_as_runtime.py
@@ -20,8 +20,8 @@ bl_info = {
'name': 'Save As Runtime',
'author': 'Mitchell Stokes (Moguri)',
'version': (0, 3, 0),
- 'blender': (2, 5, 6),
- 'api': 34057,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'File > Export',
'description': 'Bundle a .blend file with the Blenderplayer',
'warning': '',
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index f7420555..e8b51a77 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -21,6 +21,8 @@
bl_info = {
"name": "BioVision Motion Capture (BVH) format",
"author": "Campbell Barton",
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export",
"description": "Import-Export BVH from armature objects",
"warning": "",
diff --git a/io_anim_camera.py b/io_anim_camera.py
index b9e0355f..404a8cd0 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -22,8 +22,8 @@ bl_info = {
"name": "Export Camera Animation",
"author": "Campbell Barton",
"version": (0, 1),
- "blender": (2, 5, 3),
- "api": 31847,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Export > Camera Animation",
"description": "Export Cameras & Markers",
"warning": "",
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 61487e2b..a9509c3b 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -19,9 +19,9 @@
bl_info = {
"name": "3D-Coat Applink",
"author": "Kalle-Samuli Riihikoski (haikalle)",
- "version": (1, 70),
- "blender": (2, 5, 6),
- "api": 34481,
+ "version": (1, 7, 0),
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "Scene > 3D-Coat Applink",
"description": "Transfer data between 3D-Coat/Blender",
"warning": "",
diff --git a/io_convert_image_to_mesh_img/__init__.py b/io_convert_image_to_mesh_img/__init__.py
index 290e97e9..93e3ac25 100644
--- a/io_convert_image_to_mesh_img/__init__.py
+++ b/io_convert_image_to_mesh_img/__init__.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "HiRISE DTM from PDS IMG",
"author": "Tim Spriggs (tims@uahirise.org)",
"version": (0, 1, 2),
- "blender": (2, 5, 3),
- "api": 31998,
+ "blender": (2, 5, 7),
+ "api": 35622,
"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",
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index c20c6996..d41e79e8 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -21,8 +21,8 @@
bl_info = {
"name": "Scalable Vector Graphics (SVG) 1.1 format",
"author": "Sergey Sharybin",
- "blender": (2, 5, 6),
- "api": 34996,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export",
"description": "Import SVG",
"warning": "",
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index e51ec37d..2b6230c4 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -19,8 +19,8 @@ bl_info = {
"name": "Export DirectX Model Format (.x)",
"author": "Chris Foster (Kira Vakaan)",
"version": (2, 1),
- "blender": (2, 5, 6),
- "api": 34736,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Export",
"description": "Export to the DirectX Model Format (.x)",
"warning": "",
diff --git a/io_export_pc2.py b/io_export_pc2.py
index f244b285..61cef7a7 100644
--- a/io_export_pc2.py
+++ b/io_export_pc2.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Export Pointcache (.pc2)",
"author": "Florian Meyer (tstscr)",
"version": (1, 0),
- "blender": (2, 5, 4),
- "api": 33047,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Export",
"description": "Export Mesh Pointcache to .pc2",
"warning": "",
@@ -200,4 +200,4 @@ def unregister():
#bpy.types.VIEW3D_PT_tools_objectmode.remove(menu_func)
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index a70d8b11..d5496c9b 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -19,8 +19,8 @@ bl_info = {
"name": "Export Skeleletal Mesh/Animation Data",
"author": "Darknet/Optimus_P-Fat/Active_Trash/Sinsoft/VendorX",
"version": (2, 2),
- "blender": (2, 5, 6),
- "api": 31847,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Export > Skeletal Mesh/Animation Data (.psk/.psa)",
"description": "Export Unreal Engine (.psk)",
"warning": "",
diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py
index f88b2579..43c455f8 100644
--- a/io_import_gimp_image_to_scene.py
+++ b/io_import_gimp_image_to_scene.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Import GIMP Image to Scene (.xcf, .xjt)",
"author": "Daniel Salazar (ZanQdo)",
"version": (2, 0, 0),
- "blender": (2, 5, 5),
- "api": 33419,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import > GIMP Image to Scene(.xcf, .xjt)",
"description": "Imports GIMP multilayer image files into 3D Layers",
"warning": "XCF import requires xcftools installed",
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 55874475..c4191fc0 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Import Images as Planes",
"author": "Florian Meyer (tstscr)",
"version": (1, 0),
- "blender": (2, 5, 5),
- "api": 33754,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import > Images as Planes",
"description": "Imports images and creates planes with the appropriate aspect ratio. "\
"The images are mapped to the planes.",
diff --git a/io_import_scene_dxf.py b/io_import_scene_dxf.py
index 1b158aee..6ed2dc4e 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -20,8 +20,8 @@ bl_info = {
'name': 'Import Autocad DXF (.dxf)',
'author': 'Thomas Larsson, Remigiusz Fiedler',
'version': (0, 1, 5),
- 'blender': (2, 5, 6),
- 'api': 34600,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'File > Import',
'description': 'Import files in the Autocad DXF format (.dxf)',
'warning': 'only a part of DXF specification is supported, WIP',
diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py
index dc9aa9ac..5c7bef7a 100644
--- a/io_import_scene_lwo.py
+++ b/io_import_scene_lwo.py
@@ -22,8 +22,8 @@ bl_info= {
"name": "Import LightWave Objects",
"author": "Ken Nign (Ken9)",
"version": (1, 2),
- "blender": (2, 5, 3),
- "api": 31847,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import > LightWave Object (.lwo)",
"description": "Imports a LWO file including any UV, Morph and Color maps. "\
"Can convert Skelegons to an Armature.",
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index dc9bb51d..911d53b9 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -42,8 +42,8 @@ bl_info = {
'name': 'Import: MakeHuman (.mhx)',
'author': 'Thomas Larsson',
'version': (1, 3, 1),
- 'blender': (2, 5, 7),
- 'api': 34786,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': "File > Import",
'description': 'Import files in the MakeHuman eXchange format (.mhx)',
'warning': '',
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index a03c7f4c..eabfc54e 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -21,6 +21,8 @@
bl_info = {
"name": "Stanford PLY format",
"author": "Bruce Merry, Campbell Barton",
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export",
"description": "Import-Export PLY mesh data withs UV's and vertex colors",
"warning": "",
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index 0b5023cf..5e8caba1 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Raw mesh",
"author": "Anthony D,Agostino (Scorpius), Aurel Wildfellner",
"version": (0, 2),
- "blender": (2, 5, 6),
- "api": 35040,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export > Raw faces ",
"description": "Import Raw Faces (.raw format)",
"warning": "",
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index 350c4e6c..41765d2c 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -21,9 +21,9 @@
bl_info = {
"name": "STL format",
"author": "Guillaume Bouchard (Guillaum)",
- "version": (1, ),
- "blender": (2, 5, 3),
- "api": 31667,
+ "version": (1, 0),
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export > Stl",
"description": "Import-Export STL files",
"warning": "",
diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index ec55d0e5..363aff47 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -21,9 +21,9 @@
bl_info = {
"name": "UV Layout",
"author": "Campbell Barton, Matt Ebb",
- "version": (1, ),
- "blender": (2, 5, 3),
- "api": 31667,
+ "version": (1, 0),
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "Image-Window > UVs > Export UV Layout",
"description": "Export the UV layout as a 2D graphic",
"warning": "",
diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py
index 25165f5c..21bed64a 100644
--- a/io_scene_3ds/__init__.py
+++ b/io_scene_3ds/__init__.py
@@ -21,6 +21,8 @@
bl_info = {
"name": "Autodesk 3DS format",
"author": "Bob Holcomb, Campbell Barton",
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export",
"description": "Import-Export 3DS, meshes, uvs, materials, textures, cameras & lamps",
"warning": "",
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 8147b6c1..18eb19ea 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -21,8 +21,8 @@
bl_info = {
"name": "Autodesk FBX format",
"author": "Campbell Barton",
- "blender": (2, 5, 6),
- "api": 34647,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export",
"description": "Import-Export FBX meshes, UV's, vertex colors, materials, textures, cameras and lamps",
"warning": "",
diff --git a/io_scene_m3/__init__.py b/io_scene_m3/__init__.py
index fde95973..546749a0 100644
--- a/io_scene_m3/__init__.py
+++ b/io_scene_m3/__init__.py
@@ -22,8 +22,8 @@ bl_info = {
'name': 'Blizzard M3 format',
'author': 'Cory Perry',
'version': (0, 2, 1),
- 'blender': (2, 5, 6),
- 'api': 34893,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'File > Import-Export',
'description': 'This script imports the Blizzard M3 format (.m3)',
'warning': '',
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 2cee2efb..18685e5e 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -21,6 +21,8 @@
bl_info = {
"name": "Wavefront OBJ format",
"author": "Campbell Barton",
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export",
"description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",
"warning": "",
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 3aff0e9f..f49cebaf 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -21,8 +21,8 @@
bl_info = {
"name": "Web3D X3D/VRML format",
"author": "Campbell Barton, Bart",
- "blender": (2, 5, 6),
- "api": 34647,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export",
"description": "Import-Export X3D, Import VRML",
"warning": "",
diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py
index f76f7d38..be9334ad 100644
--- a/io_shape_mdd/__init__.py
+++ b/io_shape_mdd/__init__.py
@@ -21,6 +21,8 @@
bl_info = {
"name": "NewTek MDD format",
"author": "Bill L.Nieuwendorp",
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "File > Import-Export",
"description": "Import-Export MDD as mesh shape keys",
"warning": "",
diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py
index d3ef9fbb..02f653fe 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -20,12 +20,11 @@
bl_info = {
'name': 'Light Field Tools',
'author': 'Aurel Wildfellner',
- 'description': 'Tools to create a light field camera and projector',
'version': (0, 2, 1),
- 'blender': (2, 5, 6),
- 'api': 35001,
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'View3D > Tool Shelf > Light Field Tools',
- 'url': 'http://www.jku.at/cg/',
+ 'description': 'Tools to create a light field camera and projector',
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/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 c979c60f..ce363b92 100644
--- a/mesh_relax.py
+++ b/mesh_relax.py
@@ -25,8 +25,8 @@ bl_info = {
"name": "Relax",
"author": "Fabian Fricke",
"version": (1,1),
- "blender": (2, 5, 3),
- "api": 31847,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Specials > Relax ",
"description": "Relax the selected verts while retaining the shape",
"warning": "",
diff --git a/mesh_surface_sketch.py b/mesh_surface_sketch.py
index cddf616b..5587730b 100644
--- a/mesh_surface_sketch.py
+++ b/mesh_surface_sketch.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Surface Sketch",
"author": "Eclectiel",
"version": (0,8),
- "blender": (2, 5, 3),
- "api": 31847,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > EditMode > Tool Shelf > Surface Sketching Panel",
"description": "Draw meshes and re-topologies with Grease Pencil",
"warning": "Beta",
diff --git a/object_add_chain.py b/object_add_chain.py
index edc3278d..3699460b 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Add Chain",
"author": "Brian Hinton (Nichod)",
"version": (0,1),
- "blender": (2, 5, 3),
- "api": 31965,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Mesh",
"description": "Adds Chain with curve guide for easy creation",
"warning": "",
diff --git a/object_animrenderbake.py b/object_animrenderbake.py
index e791cd13..c72fcc9b 100644
--- a/object_animrenderbake.py
+++ b/object_animrenderbake.py
@@ -20,7 +20,8 @@ bl_info = {
"name": "Animated Render Baker",
"author": "Janne Karhu (jahka)",
"version": (1, 0),
- "blender": (2, 5, 5),
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "Properties > Render > Bake Panel",
"description": "Renderbakes a series of frames",
"category": "Object",
diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index d2ea30b6..2ed5bdad 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Cloud Generator",
"author": "Nick Keeline(nrk)",
"version": (1,0),
- "blender": (2, 5, 5),
- "api": 31965,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Tool Shelf > Cloud Generator Panel",
"description": "Creates Volumetric Clouds",
"warning": "",
diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py
index 3379d75f..8fac7988 100644
--- a/object_fracture/__init__.py
+++ b/object_fracture/__init__.py
@@ -19,9 +19,9 @@
bl_info = {
"name": "Fracture Tools",
"author": "pildanovak",
- "version": (2,0),
- "blender": (2, 5, 3),
- "api": 31965,
+ "version": (2, 0),
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "Search > Fracture Object & Add -> Fracture Helper Objects",
"description": "Fractured Object, Bomb, Projectile, Recorder",
"warning": "",
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 76541d56..f5436726 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -22,8 +22,8 @@ bl_info = {
"name": "POV-Ray 3.7",
"author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn",
"version": (0, 0, 8),
- "blender": (2, 5, 6),
- "api": 34950,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "Render > Engine > POV-Ray 3.7",
"description": "Basic POV-Ray 3.7 integration for blender",
"warning": "both POV-Ray 3.7 and this script are beta",
diff --git a/render_renderfarmfi.py b/render_renderfarmfi.py
index e133ff67..d15bd6f7 100644
--- a/render_renderfarmfi.py
+++ b/render_renderfarmfi.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Renderfarm.fi",
"author": "Nathan Letwory <nathan@letworyinteractive.com>, Jesse Kaukonen <jesse.kaukonen@gmail.com>",
"version": (6,),
- "blender": (2, 5, 6),
- "api": 35342,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "Render > Engine > Renderfarm.fi",
"description": "Send .blend as session to http://www.renderfarm.fi to render",
"warning": "",
diff --git a/rigify/__init__.py b/rigify/__init__.py
index a20fd58d..68d22245 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -19,11 +19,10 @@
bl_info = {
"name": "Rigify",
"author": "Nathan Vegdahl",
- "version": (0, 5),
- "blender": (2, 5, 6),
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Add > Armature",
"description": "Adds various Rig Templates",
- "api": 35119,
"location": "Armature properties",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Rigging/Rigify",
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index bc6459ae..a5f2b298 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -25,8 +25,8 @@ bl_info = {
"name": "3D Navigation",
"author": "Demohero, uriel",
"version": (1, 2),
- "blender": (2, 5, 4),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Tool Shelf > 3D Nav",
"description": "Navigate the Camera & 3D View from the Toolshelf",
"warning": "",
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index 6b805f1e..0b4bb671 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -23,8 +23,8 @@ bl_info = {
"name": "Align Tools",
"author": "Gabriel Beaudin (gabhead)",
"version": (0,1),
- "blender": (2, 5, 3),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Tool Shelf > Align Tools Panel",
"description": "Align Selected Objects to Active Object",
"warning": "",
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 01379cc7..9cdd867d 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -21,9 +21,9 @@
bl_info = {
'name': 'Copy Attributes Menu',
'author': 'Bassam Kurdali, Fabian Fricke, wiseman303',
- 'version': (0, 42),
- 'blender': (2, 5, 6),
- 'api': 34324,
+ 'version': (0, 4, 2),
+ "blender": (2, 5, 7),
+ "api": 35622,
'location': 'View3D > Ctrl-C',
'description': 'Copy Attributes Menu from Blender 2.4',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\
diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 02bbf3d9..ecc8d6d6 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Math Vis (Console)",
"author": "Campbell Barton",
"version": (0, 1),
- "blender": (2, 5, 6),
- "api": 33110,
+ "blender": (2, 5, 7),
+ "api": 35622,
"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/"\
diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py
index bff9a8da..121eb7ec 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Measure Panel",
"author": "Buerbaum Martin (Pontiac)",
"version": (0, 7, 12),
- "blender": (2, 5, 5),
- "api": 33931,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Properties > Measure Panel",
"description": "Measure distances between objects",
"warning": "",
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index e9ba0cab..79047a8f 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -22,8 +22,8 @@ bl_info = {
"name": "Dynamic Spacebar Menu",
"author": "JayDez, sim88, meta-androcto, sam",
"version": (1, 7, 2),
- "blender": (2, 5, 6),
- "api": 34860,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "View3D > Spacebar Key",
"description": "Context Sensitive Spacebar Menu",
"warning": "",
diff --git a/system_blend_info.py b/system_blend_info.py
index ecaaee83..d979b8c0 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -24,8 +24,8 @@ bl_info = {
"name": "Scene Information",
"author": "uselessdreamer",
"version": (0,3),
- "blender": (2, 5, 3),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "Properties > Scene > Blend Info Panel",
"description": "Show information about the .blend",
"warning": "",
diff --git a/system_property_chart.py b/system_property_chart.py
index 61d0b2c6..045ead0d 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -22,8 +22,8 @@ bl_info = {
"name": "Object Property Chart",
"author": "Campbell Barton (ideasman42)",
"version": (0, 1),
- "blender": (2, 5, 3),
- "api": 32411,
+ "blender": (2, 5, 7),
+ "api": 35622,
"location": "Tool Shelf",
"description": "Edit arbitrary selected properties for objects of the same type",
"warning": "",