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>2011-01-14 19:09:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-14 19:09:46 +0300
commitc7c6d6d879875a3734a73eafee652488d2d10534 (patch)
tree493650b69c4c2310f2f70b445afb7d997dd2f4ea /add_mesh_3d_function_surface.py
parent181da6cf251af0782e3e874ddf54a62743bc2d2a (diff)
bl_addon_info -> bl_info
Diffstat (limited to 'add_mesh_3d_function_surface.py')
-rw-r--r--add_mesh_3d_function_surface.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_mesh_3d_function_surface.py b/add_mesh_3d_function_surface.py
index 6590dfca..da670631 100644
--- a/add_mesh_3d_function_surface.py
+++ b/add_mesh_3d_function_surface.py
@@ -16,7 +16,7 @@
#
# ##### END GPL LICENSE BLOCK #####
-bl_addon_info = {
+bl_info = {
"name": "3D Function Surfaces",
"author": "Buerbaum Martin (Pontiac)",
"version": (0, 3, 6),
@@ -82,7 +82,7 @@ v0.3 - X,Y,Z Function Surface (by Ed Mackey & tuga3d).
Renamed old function to "Z Function Surface".
Align the geometry to the view if the user preference says so.
Store recall properties in newly created object.
-v0.2.3 - Use bl_addon_info for Add-On information.
+v0.2.3 - Use bl_info for Add-On information.
v0.2.2 - Fixed Add-On registration text.
v0.2.1 - Fixed some new API stuff.
Mainly we now have the register/unregister functions.