Metadata-Version: 2.4
Name: obj8_to_wavefront_obj
Version: 0.0.1
Summary: A simple python script used to bulk convert X-Plane OBJ8 files with .dds/.png textures to wavefront .obj and .mtl textures.
Project-URL: Homepage, https://github.com/isaacbarker/obj8-to-wavefront-obj
Project-URL: Issues, https://github.com/isaacbarker/obj8-to-wavefront-obj/issues
Author-email: Isaac Barker <isaac@isaacbarker.net>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: pillow
Description-Content-Type: text/markdown

## X-Plane OBJ8 to Wavefront .obj standard

Converts X-Plane OBJ8 (.obj) files detailed here (https://developer.x-plane.com/article/obj8-file-format-specification)
to Wavefront (.obj) files for use in cases outside simulation (https://en.wikipedia.org/wiki/Wavefront_.obj_file),
specifically designed for converting simple meshes in CSL or Model Matching Libraries quickly.

### What is supported?

- VT, TEXTURE, TRIS and IDX commands
- .dds and .png textures with simple .mtl conversion, where the texture covers the entire mesh


### What isn't supported
-  ANIMATION & TEXTURE_LIT commands
-  Multiple textures


**DO NOT USE THIS SCRIPT ON COPYRIGHTED CONTENT**
