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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-05-18 17:31:52 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-05-18 17:31:52 +0300
commit717c062b5ed2237206c21b1bff9cc438f76ae358 (patch)
tree465a7e9c9322ecb5d0195e4e4c27d2a900a85468
parent3033cad98ebcb67ead5228d8380ec1c42d50ef1e (diff)
Minor cleanup, no need to add more lines than needed, we already have way too much in this addon.
-rw-r--r--io_scene_fbx/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 9e1ea6b5..4038c2ae 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -24,11 +24,9 @@ bl_info = {
"version": (3, 2, 5),
"blender": (2, 74, 0),
"location": "File > Import-Export",
- "description": "FBX IO meshes, UV's, vertex colors, materials, "
- "textures, cameras, lamps and actions",
+ "description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Import-Export/Autodesk_FBX",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/Autodesk_FBX",
"support": 'OFFICIAL',
"category": "Import-Export",
}