All Projects → X-Plane → Xplane2blender

X-Plane / Xplane2blender

Licence: gpl-3.0
Scenery & Aircraft export addon for Blender and X-Plane

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Xplane2blender

kaleidoscope
🍀 A small collection of creative nodes to generate color palette and store values for Blender
Stars: ✭ 99 (-20.8%)
Mutual labels:  blender, addon
Mesh mesh align plus
Precisely align, move, and measure+match objects and mesh parts in your 3D scenes.
Stars: ✭ 350 (+180%)
Mutual labels:  blender, addon
Character-UI
Blender add-on for creating simple yet functional UIs for your characters.
Stars: ✭ 28 (-77.6%)
Mutual labels:  blender, addon
VSE Transform Tools
Quickly transform, crop and fade video strips in Blender's Video Sequence Editor
Stars: ✭ 195 (+56%)
Mutual labels:  blender, addon
Blender autotracker
Blender autotracker addon
Stars: ✭ 47 (-62.4%)
Mutual labels:  blender, addon
neuro-bge
Node-based Blender game engine and logic editor addon for Blender
Stars: ✭ 27 (-78.4%)
Mutual labels:  blender, addon
Xnalaramesh
Blender addon Import/Export XPS Models, Poses
Stars: ✭ 262 (+109.6%)
Mutual labels:  blender, addon
Blender-ArmorPaintLiveLink
This is a live-link tool to switch from Blender to ArmorPaint by only clicking in one button.
Stars: ✭ 86 (-31.2%)
Mutual labels:  blender, addon
Blender Osm
One click download and import of OpenStreetMap and terrain for Blender! Global coverage! Source code is in the branch 'release'.
Stars: ✭ 588 (+370.4%)
Mutual labels:  blender, addon
Bpy
blender python scripts
Stars: ✭ 441 (+252.8%)
Mutual labels:  blender, addon
Dragonff
Tools to edit GTA Formats in Blender
Stars: ✭ 115 (-8%)
Mutual labels:  blender, addon
Meshroom2blender
Blender importer of meshroom datafiles: cameras, images, sparse pointcloud and obj's.
Stars: ✭ 82 (-34.4%)
Mutual labels:  blender, addon
DuBLF DuBlast
Quick Playblast tool for Blender
Stars: ✭ 18 (-85.6%)
Mutual labels:  blender, addon
blender-addon-for-trackmania-and-maniaplanet
Blender addon for trackmania2020 & maniaplanet. 1 Click export & convert to .gbx.
Stars: ✭ 18 (-85.6%)
Mutual labels:  blender, addon
Blender-Metaverse-Addon
Blender toolset for creating content for Metaverses like High Fidelity
Stars: ✭ 53 (-57.6%)
Mutual labels:  blender, addon
IOR reference
A Blender addon that display IOR values in a list
Stars: ✭ 19 (-84.8%)
Mutual labels:  blender, addon
cc3 blender tools
Add-on for importing and auto-setup of character creator 3 & 4 and iClone 7 & 8 character exports.
Stars: ✭ 191 (+52.8%)
Mutual labels:  blender, addon
PieMenusPlus
Pie Menus Plus is a complete Pie Menu ecosystem for Blender 2.8+
Stars: ✭ 26 (-79.2%)
Mutual labels:  blender, addon
Blendergis
Blender addons to make the bridge between Blender and geographic data
Stars: ✭ 4,642 (+3613.6%)
Mutual labels:  blender, addon
Mb Lab
MB-Lab is a character creation tool for Blender 2.80+, based off ManuelBastioniLAB
Stars: ✭ 1,078 (+762.4%)
Mutual labels:  blender, addon

Build Status

Introduction

This addon for Blender 2.80 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.

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 models while we debug them.

General Requirements

  • Blender 2.80-83. 2.90 seems to work but is not officially supported
  • For the greatest stability, use the latest non-beta version of XPlane2Blender

XPlane2Blender for Blender 2.79 can still be downloaded from the releases page, but it isn't supported anymore. An experimental converter for Blender 2.49 projects is also available and is supported.

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 addon with a name like io_xplane2blender_4_0_0-rc_1-89_20200910152046.zip. Do not download the .zip file called "Source Code", do not unzip the io_xplane2blender .zip file
  2. In Blender, open up the 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
  6. Begin using XPlane2Blender!

For less stable betas or different versions see the releases page. Be sure to read the notes.

Get Started!

See the Introduction to XPlane2Blender Video and download the example files and you'll be well on your way to exporting your first mesh and seeing it in X-Plane! Although the Blender version shown is Blender 2.79, XPlane2Blender is almost entirely the same across versions.

Documentation Sources

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 users who make changes to the source code. The tests folder must also be in the same folder as the addon folder (see manual installation).

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].