Skip to content

iclosure/XPlane2Blender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Introduction

This addon for Blender 2.76 and up makes it possible to export models made in Blender to the X-Plane object format (.obj). Despite the name "XPlane2Blender", there is no import feature.

General Requirements

  • Blender 2.76 or higher
  • XPlane2Blender 3.3.10 or higher

People wishing to develop the plugin should the tutorial on Plugin Development in the manual.

Automatic Installation

Note: This process will override an existing copy of the plugin! To backup your current version of the plugin, see the manual instructions in the manual. Always make backups of your work, especially when beta testing, as newer versions may not be backwards compatibility. Read the release notes for more details.

  1. Download the latest non-pre-release .zip version of the plugin from the releases page. Download the .zip file that has _rc in the name: for instance io_xplane2blender_3_4_0_rc-1-3_20171223025744.zip. Do NOT unzip the file
  2. In Blender, open up the User Preferences, go to the Addons tab, and click at the bottom "Install From File..."
  3. Using the file picker, find the .zip file and click "Install From File...". This will automatically unzip to the addons folder
  4. Ensure the checkbox next to the words "Import-Export: Export: X-Plane (.obj)" is checked
  5. Restart Blender even if you see the UI change and begin using XPlane2Blender!

Documentation Sources

Contact Us

The best way to contact us is through a bug report. Otherwise, e-mail ted at x-plane dot com, especially if you're worried about the security of your payware models while debugging them.

Test Suite

The average user does not need the test suite. Before releasing a build to the public we test the code many many many times! This is only useful for developers and power user who make changes to the source code.

If you have Python installed (hopefully matching Blender's internal interpreter for maximum stability) and the full source code downloaded, you can run the test suite. It will attempt to export sample .blend files that utilize various features of the exporter and print the results (see the contents of the test folder). All passing means XPlane2Blender is safe to use. In the XPlane2Blender folder, open up a command line and run

python tests.py --print-fails

This will run all tests until the end or a failure occurs. Only detailed logs will be printed for the failed test. See --help to show all flags and what they do.

About

Scenery & Cockpit import & export scripts for Blender and the X-Plane Flight Simulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%