[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1049] trunk/py/scripts/addons: api update

Brendon Murphy meta.androcto1 at gmail.com
Fri Sep 17 03:56:13 CEST 2010


Revision: 1049
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1049
Author:   meta-androcto
Date:     2010-09-17 03:56:12 +0200 (Fri, 17 Sep 2010)

Log Message:
-----------
api update
tested as working rev 31965

Revision Links:
--------------
    http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=31965

Modified Paths:
--------------
    trunk/py/scripts/addons/space_view3d_align_tools.py
    trunk/py/scripts/addons/space_view3d_materials_utils.py
    trunk/py/scripts/addons/space_view3d_panel_measure.py
    trunk/py/scripts/addons/space_view3d_property_chart.py
    trunk/py/scripts/addons/space_view3d_spacebar_menu.py
    trunk/py/scripts/addons/system_blend_info.py

Modified: trunk/py/scripts/addons/space_view3d_align_tools.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_align_tools.py	2010-09-17 01:20:13 UTC (rev 1048)
+++ trunk/py/scripts/addons/space_view3d_align_tools.py	2010-09-17 01:56:12 UTC (rev 1049)
@@ -24,7 +24,7 @@
     "author": "Gabriel Beaudin (gabhead)",
     "version": (0,1),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "Tool Shelf",
     "description": "Align selected objects to the active object",
     "warning": "",

Modified: trunk/py/scripts/addons/space_view3d_materials_utils.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_materials_utils.py	2010-09-17 01:20:13 UTC (rev 1048)
+++ trunk/py/scripts/addons/space_view3d_materials_utils.py	2010-09-17 01:56:12 UTC (rev 1049)
@@ -27,7 +27,7 @@
     "author": "michaelw",
     "version": (1,3),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "View3D > Q key",
     "description": "Menu of material tools (assign, select by etc)  in the 3D View",
     "warning": "",

Modified: trunk/py/scripts/addons/space_view3d_panel_measure.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_panel_measure.py	2010-09-17 01:20:13 UTC (rev 1048)
+++ trunk/py/scripts/addons/space_view3d_panel_measure.py	2010-09-17 01:56:12 UTC (rev 1049)
@@ -21,7 +21,7 @@
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 7, 9),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "View3D > Properties > Measure",
     "description": "Measure distances between objects",
     "warning": "",

Modified: trunk/py/scripts/addons/space_view3d_property_chart.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_property_chart.py	2010-09-17 01:20:13 UTC (rev 1048)
+++ trunk/py/scripts/addons/space_view3d_property_chart.py	2010-09-17 01:56:12 UTC (rev 1049)
@@ -23,7 +23,7 @@
     "author": "Campbell Barton (ideasman42)",
     "version": (0,1),
     "blender": (2, 5, 3),
-    "api": 31847,
+    "api": 31965,
     "location": "Tool Shelf",
     "description": "Edit arbitrary selected properties for objects of the same type",
     "warning": "",

Modified: trunk/py/scripts/addons/space_view3d_spacebar_menu.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_spacebar_menu.py	2010-09-17 01:20:13 UTC (rev 1048)
+++ trunk/py/scripts/addons/space_view3d_spacebar_menu.py	2010-09-17 01:56:12 UTC (rev 1049)
@@ -27,7 +27,7 @@
     "author": "JayDez, sim88, meta-androcto", "sam"
     "version": (1,5),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "View3D > Spacebar",
     "description": "Context sensitive spacebar menu",
     "warning": "",

Modified: trunk/py/scripts/addons/system_blend_info.py
===================================================================
--- trunk/py/scripts/addons/system_blend_info.py	2010-09-17 01:20:13 UTC (rev 1048)
+++ trunk/py/scripts/addons/system_blend_info.py	2010-09-17 01:56:12 UTC (rev 1049)
@@ -25,7 +25,7 @@
     "author": "uselessdreamer",
     "version": (0,3),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "Properties space > Scene tab > Blend Info panel",
     "description": "Show information about the .blend",
     "warning": "",




More information about the Bf-extensions-cvs mailing list