[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [585] trunk/py/scripts/addons/ add_mesh_pipe_joint.py: * And this one was actually v0.10.3

Martin Buerbaum martin.buerbaum at gmx.at
Thu Apr 15 10:26:49 CEST 2010


Revision: 585
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=585
Author:   pontiac
Date:     2010-04-15 10:26:49 +0200 (Thu, 15 Apr 2010)

Log Message:
-----------
* And this one was actually v0.10.3

Modified Paths:
--------------
    trunk/py/scripts/addons/add_mesh_pipe_joint.py

Modified: trunk/py/scripts/addons/add_mesh_pipe_joint.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_pipe_joint.py	2010-04-15 08:24:25 UTC (rev 584)
+++ trunk/py/scripts/addons/add_mesh_pipe_joint.py	2010-04-15 08:26:49 UTC (rev 585)
@@ -24,7 +24,7 @@
 bl_addon_info = {
     'name': 'Add Mesh: Pipe Joints',
     'author': 'Buerbaum Martin (Pontiac)',
-    'version': '0.10.2',
+    'version': '0.10.3',
     'blender': (2, 5, 3),
     'location': 'View3D > Add > Mesh > Pipe Joint',
     'description': 'Adds 5 pipe Joint types to the Add Mesh menu',
@@ -48,9 +48,12 @@
 Note: Currently only the "Elbow" type supports odd number of vertices.
 
 Version history:
-v0.10.2 - Updated store_recall_properties, apply_object_align
+v0.10.3 - Updated store_recall_properties, apply_object_align
     and create_mesh_object.
     Changed how recall data is stored.
+    Added 'description'.
+v0.10.2 - API change Mathutils -> mathutils (r557)
+    Fixed wiki url.
 v0.10.1 - Use hidden "edit" property for "recall" operator.
 v0.10 - Store "recall" properties in the created objects.
     Align the geometry to the view if the user preference says so.




More information about the Bf-extensions-cvs mailing list