Skip to content
Snippets Groups Projects
Commit c8aad9e9 authored by Campbell Barton's avatar Campbell Barton
Browse files

revert part of r1424, included a patch on FBX export by accident.

parent 3f2a86af
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,18 @@ ...@@ -18,6 +18,18 @@
# <pep8 compliant> # <pep8 compliant>
bl_info = {
"name": "Autodesk FBX format",
"author": "Campbell Barton",
"location": "File > Import-Export",
"description": "Import-Export FBX meshes, UV's, vertex colors, materials, textures, cameras and lamps",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/Autodesk_FBX",
"tracker_url": "",
"support": 'OFFICIAL',
"category": "Import-Export"}
# To support reload properly, try to access a package var, if it's there, reload everything # To support reload properly, try to access a package var, if it's there, reload everything
if "bpy" in locals(): if "bpy" in locals():
import imp import imp
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment