Skip to content
Snippets Groups Projects
Commit 4b3a2bac authored by meta-androcto's avatar meta-androcto
Browse files

io_convert_image_to_mesh_img fix bl_info

parent 722e9d54
No related branches found
No related tags found
No related merge requests found
...@@ -29,15 +29,12 @@ bl_info = { ...@@ -29,15 +29,12 @@ bl_info = {
"author": "Nicholas Wolf (nicwolf@pirl.lpl.arizona.edu)", "author": "Nicholas Wolf (nicwolf@pirl.lpl.arizona.edu)",
"version": (0, 2, 1), "version": (0, 2, 1),
"blender": (2, 78, 0), "blender": (2, 78, 0),
"license": "GPL",
"location": "File > Import > HiRISE DTM (.img)", "location": "File > Import > HiRISE DTM (.img)",
"description": "Import a HiRISE DTM as a mesh.", "description": "Import a HiRISE DTM as a mesh.",
"warning": "May consume a lot of memory", "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", "category": "Import-Export",
"wiki_url": "", # TBD
"tracker_url": "", # TBD
"link": "", # TBD
"support": "TESTING",
} }
if "bpy" in locals(): if "bpy" in locals():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment