From 717c062b5ed2237206c21b1bff9cc438f76ae358 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 18 May 2015 16:31:52 +0200 Subject: Minor cleanup, no need to add more lines than needed, we already have way too much in this addon. --- io_scene_fbx/__init__.py | 6 ++---- 1 file 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", } -- cgit v1.2.3