[Bf-extensions-cvs] [717c062] master: Minor cleanup, no need to add more lines than needed, we already have way too much in this addon.

Bastien Montagne noreply at git.blender.org
Mon May 18 17:59:35 CEST 2015


Commit: 717c062b5ed2237206c21b1bff9cc438f76ae358
Author: Bastien Montagne
Date:   Mon May 18 16:31:52 2015 +0200
Branches: master
https://developer.blender.org/rBA717c062b5ed2237206c21b1bff9cc438f76ae358

Minor cleanup, no need to add more lines than needed, we already have way too much in this addon.

===================================================================

M	io_scene_fbx/__init__.py

===================================================================

diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 9e1ea6b..4038c2a 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",
 }



More information about the Bf-extensions-cvs mailing list