Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--add_curve_aceous_galore.py2
-rw-r--r--add_curve_torus_knots.py2
-rw-r--r--add_mesh_3d_function_surface.py2
-rw-r--r--add_mesh_BoltFactory/__init__.py2
-rw-r--r--add_mesh_ant_landscape.py2
-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--space_view3d_3d_navigation.py2
-rw-r--r--space_view3d_align_tools.py2
-rw-r--r--space_view3d_spacebar_menu.py2
-rw-r--r--system_blend_info.py2
16 files changed, 16 insertions, 16 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 1241f9ff..b4df5408 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -21,7 +21,7 @@ bl_info = {
'author': 'Jimmy Hazevoet, testscreenings',
'version': (0,2),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
'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 4ee14d00..c832e03e 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -22,7 +22,7 @@ bl_info = {
"author": "testscreenings",
"version": (0,1),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 1e15ddcc..820af794 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Buerbaum Martin (Pontiac)",
"version": (0, 3, 7),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 cc8118e0..ef3f319e 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Aaron Keith",
"version": (3, 9),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 48f3675f..e287030d 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Jimmy Hazevoet",
"version": (0,1,1),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 01e1b4b0..0e61d01d 100644
--- a/add_mesh_extras.py
+++ b/add_mesh_extras.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Pontiac, Fourmadmen, meta-androcto",
"version": (0, 5),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 4d5539a6..65b3f964 100644
--- a/add_mesh_gears.py
+++ b/add_mesh_gears.py
@@ -24,7 +24,7 @@ bl_info = {
"author": "Michel J. Anders (varkenvarken)",
"version": (2, 4, 2),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 13bcbc1b..aa00d822 100644
--- a/add_mesh_gemstones.py
+++ b/add_mesh_gemstones.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Pontiac, Fourmadmen, Dreampainter",
"version": (0, 4),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 86e1d1f3..6156d459 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Buerbaum Martin (Pontiac)",
"version": (0, 10, 7),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 46ee7327..2875934c 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -22,7 +22,7 @@ bl_info = {
"author": "DreamPainter",
"version": (1, 0, 1),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 d5f3251f..902b064c 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -25,7 +25,7 @@ bl_info = {
"author": "Paulo_Gomes",
"version": (0, 11, 1),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"location": "View3D > Add > Mesh ",
"description": "Adds a mesh Twisted Torus to the Add Mesh menu",
"warning": "",
diff --git a/curve_simplify.py b/curve_simplify.py
index d816d19c..14284941 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "testscreenings",
"version": (1,),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"location": "Search > Simplify Curves",
"description": "Simplifies 3D curves and fcurves",
"warning": "",
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index a5f2b298..242b7530 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -26,7 +26,7 @@ bl_info = {
"author": "Demohero, uriel",
"version": (1, 2),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"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 0b4bb671..11ff8b98 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -24,7 +24,7 @@ bl_info = {
"author": "Gabriel Beaudin (gabhead)",
"version": (0,1),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"location": "View3D > Tool Shelf > Align Tools Panel",
"description": "Align Selected Objects to Active Object",
"warning": "",
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 388f92ae..996bbf55 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -23,7 +23,7 @@ bl_info = {
"author": "JayDez, sim88, meta-androcto, sam",
"version": (1, 7, 2),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"location": "View3D > Spacebar Key",
"description": "Context Sensitive Spacebar Menu",
"warning": "",
diff --git a/system_blend_info.py b/system_blend_info.py
index d979b8c0..3d8c6acd 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -25,7 +25,7 @@ bl_info = {
"author": "uselessdreamer",
"version": (0,3),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 35853,
"location": "Properties > Scene > Blend Info Panel",
"description": "Show information about the .blend",
"warning": "",