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>2010-03-16 16:07:26 +0300
committerBrendon Murphy <meta.androcto1@gmail.com>2010-03-16 16:07:26 +0300
commitf64f6c4fba14bd5e20b42fbcd4af5c1bf47c5180 (patch)
tree49f2f3fa271b9d3eec3b7e3ff4d992b132af1f15 /io_mesh_raw
parentd2f3797165b6d6ddb93c836c3fc137241f6917de (diff)
bl_addon_info
Diffstat (limited to 'io_mesh_raw')
-rw-r--r--io_mesh_raw/__init__.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index a7f38ad6..4db9e85c 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -16,8 +16,16 @@
#
# ##### END GPL LICENSE BLOCK #####
-# blender 1 line description
-"Raw Mesh IO (File > Import/Export > Raw Faces (.raw))"
+bl_addon_info = {
+ 'name': 'I/O: Raw mesh',
+ 'author': 'Anthony D,Agostino (Scorpius)', 'Aurel Wildfellner',
+ 'version': '0.2',
+ 'blender': '2.5.3',
+ 'location': 'File > Import/Export > Raw faces ',
+ 'url': 'http://wiki.blender.org/index.php?title=Extensions:2.5/Py/Scripts/Raw_Mesh_IO',
+ 'category': 'Add_Mesh'}
+
+
import bpy