Unity RAW To EXR
This is a utility to convert the 16-bit raw heightmap data that Unity's Terrain System exports into a 16-bit EXR format.
Installation
Run the following to install:
pip install unity-raw-to-exr
Usage
from unity_raw_to_exr import raw_to_exr
raw_to_exr("./tests/terrain-33.raw")
Developing unity_raw_to_exr
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]
Other
Source Distribution
To create a source distribution:
python setup.py sdist
Update the MANIFEST.in
If working on the development, the venv should already have check-manifest
Refer to https://pypi.org/project/check-manifest/
Acknowledgements
Release files for unity-raw-to-exr 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| unity_raw_to_exr-0.0.2.tar.gz | 17.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| unity_raw_to_exr-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 33.1 kB
Release files / unity_raw_to_exr-0.0.2.tar.gz
| Download URL | unity_raw_to_exr-0.0.2.tar.gz |
|---|---|
| Size | 17.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
269b209cfb8ff5e1ef1853d77e20e24c9c370026067088beb45debf8aa083095
|
|
BLAKE2b-256 checksum How to use checksums |
257afa565bdae6b16b300e564247108c0919d45db6dd693e070170e0224d6bba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.7
|
Release files / unity_raw_to_exr-0.0.2-py3-none-any.whl
| Download URL | unity_raw_to_exr-0.0.2-py3-none-any.whl |
|---|---|
| Size | 15.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e85f2536717213c44b9b7f960120c1808082e97a0c8a1d4d47a08c5e4e707eaf
|
|
BLAKE2b-256 checksum How to use checksums |
829f9de4775ba3bf8829d182df058ebd8427a0d12a90f173df0d8db41fda27cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.7
|