Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daveprue committed Jul 11, 2017
1 parent 6e82cf4 commit 5857b5c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
File renamed without changes.
34 changes: 30 additions & 4 deletions X-Plane Importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,29 @@
#
# Import an X-Plane .obj file into Blender 2.78
#
# Dave Prue <[email protected]>
# Dave Prue <[email protected]>
#
# MIT License
#
# Copyright (c) 2017 David C. Prue
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
#---------------------------------------------------------------------------

Expand All @@ -15,12 +37,16 @@

bl_info = {
"name": "Import X-Plane OBJ",
"author": "Dave Prue",
"version": (1,0,0),
"author": "Dave Prue <[email protected]>",
"version": (1,0,1),
"blender": (2,7,8),
"api": 36273,
"location": "File > Import/Export > XPlane",
"description": "Import X-Plane obj",
"description": "Import X-Plane obj files",
"warning": "",
"wiki_url": "https://github.com/daveprue/XPlaneImport/wiki",
"tracker_url": "https://github.com/daveprue/XPlaneImport/issues",
"support": "COMMUNITY",
"category": "Import-Export"
}

Expand Down

0 comments on commit 5857b5c

Please sign in to comment.