[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1005] trunk/py/scripts/addons: updated revision numbers

Brendon Murphy meta.androcto1 at gmail.com
Fri Sep 10 16:33:58 CEST 2010


Revision: 1005
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1005
Author:   meta-androcto
Date:     2010-09-10 16:33:09 +0200 (Fri, 10 Sep 2010)

Log Message:
-----------
updated revision numbers

Modified Paths:
--------------
    trunk/py/scripts/addons/add_mesh_3d_function_surface.py
    trunk/py/scripts/addons/add_mesh_BoltFactory/__init__.py
    trunk/py/scripts/addons/add_mesh_ant_landscape.py
    trunk/py/scripts/addons/add_mesh_extras.py
    trunk/py/scripts/addons/add_mesh_gears.py
    trunk/py/scripts/addons/add_mesh_gemstones.py
    trunk/py/scripts/addons/add_mesh_pipe_joint.py
    trunk/py/scripts/addons/add_mesh_solid.py
    trunk/py/scripts/addons/add_mesh_twisted_torus.py
    trunk/py/scripts/addons/system_blend_info.py

Modified: trunk/py/scripts/addons/add_mesh_3d_function_surface.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_3d_function_surface.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/add_mesh_3d_function_surface.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -21,7 +21,7 @@
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0,3,5),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "View3D > Add > Mesh > Z Function Surface & XYZ Function Surface",
     "description": "Create Objects using Math Formulas",
     "warning": "",

Modified: trunk/py/scripts/addons/add_mesh_BoltFactory/__init__.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_BoltFactory/__init__.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/add_mesh_BoltFactory/__init__.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -21,7 +21,7 @@
     "author": "Aaron Keith",
     "version": (3,9),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "add Mesh",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
         "Scripts/Add_Mesh/BoltFactory",

Modified: trunk/py/scripts/addons/add_mesh_ant_landscape.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_ant_landscape.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/add_mesh_ant_landscape.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -21,7 +21,7 @@
     "author": "Jimmy Hazevoet",
     "version": (0,1,0),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "Add Mesh menu",
     "description": "Adds a landscape primitive",
     "warning": "", # used for warning icon and text in addons panel

Modified: trunk/py/scripts/addons/add_mesh_extras.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_extras.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/add_mesh_extras.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -21,7 +21,7 @@
     "author": "Pontiac, Fourmadmen, meta-androcto",
     "version": (0,3),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "View3D > Add > Mesh > Extras",
     "description": "Adds Star, Wedge, Sqorus & Spindle objects.",
     "warning": "",

Modified: trunk/py/scripts/addons/add_mesh_gears.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_gears.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/add_mesh_gears.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -24,7 +24,7 @@
     "author": "Michel J. Anders (varkenvarken)",
     "version": (2,4,1),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "View3D > Add > Mesh > Gears ",
     "description": "Adds a mesh Gear to the Add Mesh menu",
     "warning": "",

Modified: trunk/py/scripts/addons/add_mesh_gemstones.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_gemstones.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/add_mesh_gemstones.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -21,7 +21,7 @@
     "author": "Pontiac, Fourmadmen, Dreampainter",
     "version": (0,3),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "View3D > Add > Mesh > Gemstones",
     "description": "Adds various gemstone (Diamond & Gem) meshes.",
     "warning": "",

Modified: trunk/py/scripts/addons/add_mesh_pipe_joint.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_pipe_joint.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/add_mesh_pipe_joint.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -21,7 +21,7 @@
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 10, 6),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "View3D > Add > Mesh > Pipe Joint",
     "description": "Adds 5 pipe Joint types to the Add Mesh menu",
     "warning": "",

Modified: trunk/py/scripts/addons/add_mesh_solid.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_solid.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/add_mesh_solid.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -22,7 +22,7 @@
     "author": "DreamPainter",
     "version": (1,),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "View3D > Add > Mesh > Regular Solids",
     "description": "Add a Regular Solid mesh.",
     "warning": "",

Modified: trunk/py/scripts/addons/add_mesh_twisted_torus.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_twisted_torus.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/add_mesh_twisted_torus.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -25,7 +25,7 @@
     "author": "Paulo_Gomes",
     "version": (0,11),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "View3D > Add > Mesh ",
     "description": "Adds a mesh Twisted Torus to the Add Mesh menu",
     "warning": "",

Modified: trunk/py/scripts/addons/system_blend_info.py
===================================================================
--- trunk/py/scripts/addons/system_blend_info.py	2010-09-10 13:34:11 UTC (rev 1004)
+++ trunk/py/scripts/addons/system_blend_info.py	2010-09-10 14:33:09 UTC (rev 1005)
@@ -25,7 +25,7 @@
     "author": "uselessdreamer",
     "version": (0,3),
     "blender": (2, 5, 3),
-    "api": 31667,
+    "api": 31854,
     "location": "Properties space > Scene tab > Blend Info panel",
     "description": "Show information about the .blend",
     "warning": "",




More information about the Bf-extensions-cvs mailing list