├── LICENCE ├── RenderMeshes.py ├── WldBsp.py ├── WorldModels.py ├── WorldObjects.py ├── __init__.py ├── lithtech_ascii.py ├── readme.md └── utils.py /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Five-Damned-Dollarz/io_scene_jupex/HEAD/LICENCE -------------------------------------------------------------------------------- /RenderMeshes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Five-Damned-Dollarz/io_scene_jupex/HEAD/RenderMeshes.py -------------------------------------------------------------------------------- /WldBsp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Five-Damned-Dollarz/io_scene_jupex/HEAD/WldBsp.py -------------------------------------------------------------------------------- /WorldModels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Five-Damned-Dollarz/io_scene_jupex/HEAD/WorldModels.py -------------------------------------------------------------------------------- /WorldObjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Five-Damned-Dollarz/io_scene_jupex/HEAD/WorldObjects.py -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Five-Damned-Dollarz/io_scene_jupex/HEAD/__init__.py -------------------------------------------------------------------------------- /lithtech_ascii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Five-Damned-Dollarz/io_scene_jupex/HEAD/lithtech_ascii.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Five-Damned-Dollarz/io_scene_jupex/HEAD/readme.md -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Five-Damned-Dollarz/io_scene_jupex/HEAD/utils.py --------------------------------------------------------------------------------