io_convert_image_to_mesh_img fix bl_info

This commit is contained in:
Brendon Murphy 2017-06-15 22:17:28 +10:00
parent 722e9d5428
commit 4b3a2bacd7
1 changed files with 2 additions and 5 deletions

View File

@ -29,15 +29,12 @@ bl_info = {
"author": "Nicholas Wolf (nicwolf@pirl.lpl.arizona.edu)",
"version": (0, 2, 1),
"blender": (2, 78, 0),
"license": "GPL",
"location": "File > Import > HiRISE DTM (.img)",
"description": "Import a HiRISE DTM as a mesh.",
"warning": "May consume a lot of memory",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/HiRISE_DTM_from_PDS_IMG",
"category": "Import-Export",
"wiki_url": "", # TBD
"tracker_url": "", # TBD
"link": "", # TBD
"support": "TESTING",
}
if "bpy" in locals():