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:
authorCampbell Barton <ideasman42@gmail.com>2010-03-16 22:27:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-16 22:27:12 +0300
commit69de4e2d03393ac746b013e2dd7c3d1dab230124 (patch)
tree9b2f2c9d2174b24e16b89004a9ef79744f486654 /add_mesh_pipe_joint.py
parentc04790260fb10d1eac8ee68b33e14c245aaf370f (diff)
have blender version match bpy.app.version
Diffstat (limited to 'add_mesh_pipe_joint.py')
-rw-r--r--add_mesh_pipe_joint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 5fc2e140..6b5d5cca 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -25,7 +25,7 @@ bl_addon_info = {
'name': 'Add Mesh: Pipe Joints',
'author': 'Buerbaum Martin (Pontiac)',
'version': '0.9.10',
- 'blender': '2.5.3',
+ 'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Pipe Joint',
'url':
'http://wiki.blender.org/index.php/Extensions:Py/Scripts/Add/Pipe_Joint',