Skip to content

249 Workflow Translations

tngreene edited this page Apr 16, 2019 · 1 revision

Relevant Files

XPlane2Blender 2.49

  • XPlaneMultiObj.py
  • XPlaneExport8.py
  • XPlaneExport8_util.py

XPlane2Blender 2.78

  • xplane_249_converter/init.py

2.49 Workflow Options

X-Plane Object Bulk Export (.obj)

The exporter recurses (if an empty starts with 'GRP') down the tree looking for Empty objects that start with 'OBJ', 'VRT', 'END', 'BGN'. These are exported as individual files with the name from the Empty's 'rname' property.

Anything not under one of these special empties is ignored.

Map to 2.78

This is basically exactly Root Object Mode. We're only supporting top level empties whose names start with "OBJ". Either the name - "OBJ" or rname property can be used to fill out XPlaneLayer properties.

Export to X-Plane v8/v9 Object (.obj)

The exporter collects every valid object in the scene and writes an OBJ. The name is based off of the Scene name (or the .blend file name if the scene's name is "Scene").

Map to 2.78

We will make one Root Object and put all top level objects under it.

In both layers 1, 2, and 3 are used for determining what gets put in ATTR_LODs. Layers 4-20 are ignored.

Apparently, it doesn't matter if "OBJ" starting empties are at 0,0,0.