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-19 20:53:51 +0400
committerChris Foster <cdbfoster@gmail.com>2010-07-19 20:53:51 +0400
commitac27f90f4e2aa532b0c1da4c958f6261f210ce79 (patch)
tree0304f568220b837122730aa219399b46a7ab45e5 /io_export_directx_x.py
parent7df93e6dadf8388657d36c64ca2f2ed92703b072 (diff)
...aand I missed the addon info again. Just genius.
Diffstat (limited to 'io_export_directx_x.py')
-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 f7a40b1a..ca962750 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?'\