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:
authorMartin Buerbaum <martin.buerbaum@gmx.at>2010-04-15 12:24:25 +0400
committerMartin Buerbaum <martin.buerbaum@gmx.at>2010-04-15 12:24:25 +0400
commitc2ee5f2dbfdeb06663be943f98a70851542dd954 (patch)
treea61da53b2cb34bc52f5e867aba7855b78e0355c6 /add_mesh_3d_function_surface.py
parentf0b345d39b7a2c43224c056c05e5cfa94434d601 (diff)
* Woops, that was actually v0.3.4
Diffstat (limited to 'add_mesh_3d_function_surface.py')
-rw-r--r--add_mesh_3d_function_surface.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 9c1ac624..4122350e 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