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_scene_x/__init__.py')
-rw-r--r--io_scene_x/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/io_scene_x/__init__.py b/io_scene_x/__init__.py
index d320927c..001dca61 100644
--- a/io_scene_x/__init__.py
+++ b/io_scene_x/__init__.py
@@ -25,10 +25,9 @@ bl_info = {
"blender": (2, 69, 0),
"location": "File > Export > DirectX (.x)",
"description": "Export mesh vertices, UV's, materials, textures, "
- "vertex colors, armatures, empties, and actions.",
+ "vertex colors, armatures, empties, and actions.",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Import-Export/DirectX_Exporter",
- "tracker_url": "https://developer.blender.org/T22795",
+ "Scripts/Import-Export/DirectX_Exporter",
"category": "Import-Export"}