From c2ee5f2dbfdeb06663be943f98a70851542dd954 Mon Sep 17 00:00:00 2001 From: Martin Buerbaum <martin.buerbaum@gmx.at> Date: Thu, 15 Apr 2010 08:24:25 +0000 Subject: [PATCH] * Woops, that was actually v0.3.4 --- add_mesh_3d_function_surface.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py index 9c1ac6242..4122350e6 100644 --- a/add_mesh_3d_function_surface.py +++ b/add_mesh_3d_function_surface.py @@ -24,7 +24,7 @@ from bpy.props import * bl_addon_info = { 'name': 'Add Mesh: 3D Function Surfaces', 'author': 'Buerbaum Martin (Pontiac)', - 'version': '0.3.3', + 'version': '0.3.4', 'blender': (2, 5, 3), 'location': 'View3D > Add > Mesh > Z Function Surface &' \ ' XYZ Function Surface', @@ -63,9 +63,10 @@ and menu. Version history: -v0.3.3 - Updated store_recall_properties, apply_object_align +v0.3.4 - Updated store_recall_properties, apply_object_align and create_mesh_object. Changed how recall data is stored. +v0.3.3 - API change Mathutils -> mathutils (r557) v0.3.2 - Various fixes&streamlining by ideasman42/Campbell Barton. r544 Compile expressions for faster execution r544 Use operator reports for errors too -- GitLab