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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-10-15 01:59:45 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-10-15 01:59:45 +0400
commitf7244d8e2e327531a654db00ecf87984a2d7565b (patch)
tree2d2c483a4aea1fd3723e9bb33941a8a5947fdd27
parentef2d0ba8974d20545e38b2d43438998f5ff61ec6 (diff)
working revision tests
tested rev:32411
-rw-r--r--space_view3d_3d_navigation.py2
-rw-r--r--space_view3d_align_tools.py2
-rw-r--r--space_view3d_copy_attributes.py2
-rw-r--r--space_view3d_materials_utils.py2
-rw-r--r--space_view3d_panel_measure.py2
-rw-r--r--space_view3d_property_chart.py2
-rw-r--r--space_view3d_spacebar_menu.py2
-rw-r--r--system_blend_info.py2
8 files changed, 8 insertions, 8 deletions
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index 0e12f0e8..d0162b43 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -26,7 +26,7 @@ bl_addon_info = {
"author": "Demohero, uriel",
"version": (1, 2),
"blender": (2, 5, 4),
- "api": 31965,
+ "api": 32411,
"location": "View3D > Toolbar",
"description": "Navigate the Camera & 3d Views",
"warning": "",
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index 47ca5868..735c5b31 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -24,7 +24,7 @@ bl_addon_info = {
"author": "Gabriel Beaudin (gabhead)",
"version": (0,1),
"blender": (2, 5, 3),
- "api": 31965,
+ "api": 32411,
"location": "Tool Shelf",
"description": "Align selected objects to the active object",
"warning": "",
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index a47ba171..2c3947ba 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -23,7 +23,7 @@ bl_addon_info = {
'author': 'Bassam Kurdali, Fabian Fricke, wiseman303',
'version': (0, 40),
'blender': (2, 5, 4),
- 'api': 31989,
+ 'api': 32411,
'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_materials_utils.py b/space_view3d_materials_utils.py
index 3b08b827..16dd9489 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -27,7 +27,7 @@ bl_addon_info = {
"author": "michaelw",
"version": (1,3),
"blender": (2, 5, 3),
- "api": 31965,
+ "api": 32411,
"location": "View3D > Q key",
"description": "Menu of material tools (assign, select by etc) in the 3D View",
"warning": "",
diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py
index 0601cbe6..1cecf6c4 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -21,7 +21,7 @@ bl_addon_info = {
"author": "Buerbaum Martin (Pontiac)",
"version": (0, 7, 9),
"blender": (2, 5, 3),
- "api": 31965,
+ "api": 32411,
"location": "View3D > Properties > Measure",
"description": "Measure distances between objects",
"warning": "",
diff --git a/space_view3d_property_chart.py b/space_view3d_property_chart.py
index f5e6b0f3..f5cf867b 100644
--- a/space_view3d_property_chart.py
+++ b/space_view3d_property_chart.py
@@ -23,7 +23,7 @@ bl_addon_info = {
"author": "Campbell Barton (ideasman42)",
"version": (0,1),
"blender": (2, 5, 3),
- "api": 31965,
+ "api": 32411,
"location": "Tool Shelf",
"description": "Edit arbitrary selected properties for objects of the same type",
"warning": "",
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 48f8b341..65154abe 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -27,7 +27,7 @@ bl_addon_info = {
"author": "JayDez, sim88, meta-androcto", "sam"
"version": (1,5),
"blender": (2, 5, 3),
- "api": 31965,
+ "api": 32411,
"location": "View3D > Spacebar",
"description": "Context sensitive spacebar menu",
"warning": "",
diff --git a/system_blend_info.py b/system_blend_info.py
index db27c72c..7c532a1c 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -25,7 +25,7 @@ bl_addon_info = {
"author": "uselessdreamer",
"version": (0,3),
"blender": (2, 5, 3),
- "api": 31965,
+ "api": 32411,
"location": "Properties space > Scene tab > Blend Info panel",
"description": "Show information about the .blend",
"warning": "",