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:
authorChris Foster <cdbfoster@gmail.com>2010-07-15 00:09:27 +0400
committerChris Foster <cdbfoster@gmail.com>2010-07-15 00:09:27 +0400
commitf15da84f3619b91098e60ab3ca369396cafd7196 (patch)
treee94080a70e37768c7bb8d6b06700046e0e606585
parent81d2d510857a1a7f509f4114205dccdc0f109111 (diff)
Accidentally overwrote a bit of addon info. Oops.
-rw-r--r--io_export_directx_x.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index 874e39b8..c71b63a1 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -21,7 +21,8 @@ bl_addon_info = {
'version': '1.2',
'blender': (2, 5, 3),
'location': 'File > Export',
- 'description': 'Export to the DirectX Model Format',
+ 'description': 'Export to the DirectX Model Format (.x)',
+ 'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/DirectX_Exporter',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\