This is a utility to convert the 16-bit raw heightmap data that Unity's Terrain System exports into a 16-bit EXR format.
Run the following to install:
pip install unity-raw-to-exrfrom unity_raw_to_exr import raw_to_exr
raw_to_exr("./tests/terrain-33.raw")To install unity_raw_to_exr, along with the tools that you need to develop and run tests, run the following in your virtualenc (venv):
pip install -e .[dev]To create a source distribution:
python setup.py sdistIf working on the development, the venv should already have check-manifest