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:
authorBrendon Murphy <meta.androcto1@gmail.com>2011-04-03 18:22:40 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2011-04-03 18:22:40 +0400
commit29ff1ba3598e501a934270673486054fcb53728f (patch)
tree2ce7d80d81c601d72c067e2cbdb028c48d2b153e /mesh_bsurfaces.py
parent90fab32a344bc389b2654ad2712052fbc0ed6237 (diff)
trunk/py/scripts/addons/mesh_bsurfaces.py
line 19 changed bl_addon_info, to bl_info so script shows up in addons menu.
Diffstat (limited to 'mesh_bsurfaces.py')
-rw-r--r--mesh_bsurfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 5c007c59..538cfbd4 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -16,7 +16,7 @@
#
# ##### END GPL LICENSE BLOCK #####
-bl_addon_info = {
+bl_info = {
"name": "Bsurfaces GPL Edition",
"author": "Eclectiel",
"version": (0,9),