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:
Diffstat (limited to 'io_export_directx_x.py')
-rw-r--r--io_export_directx_x.py13
1 files changed, 8 insertions, 5 deletions
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index 92e37bbc..aa287e0e 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -16,15 +16,18 @@
# ***** GPL LICENSE BLOCK *****
bl_addon_info = {
- "name": "Export: DirectX Model Format (.x)",
+ "name": "Export DirectX Model Format (.x)",
"author": "Chris Foster (Kira Vakaan)",
- "version": "1.6",
+ "version": (1,6),
"blender": (2, 5, 3),
+ "api": 31667,
"location": "File > Export",
"description": "Export to the DirectX Model Format (.x)",
"warning": "",
- "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?func=detail&aid=22795&group_id=153&atid=469",
+ "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?"\
+ "func=detail&aid=22795&group_id=153&atid=469",
"category": "Import/Export"}
import os
@@ -1148,4 +1151,4 @@ def unregister():
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()