Python Interface for the OpenCTM File Format (nightly)
Project description
Python-OpenCTM (nightly)
Python Interface for the Open-CTM File Format
Python-OpenCTM is a Python interface for the OpenCTM file format. A format that allows a geometry to be compressed to a fraction of comparable file formats (3DS, STL, COLLADA...).
Installation
pip install python-openctm-nightly
Usage
import openctm
# read
mesh = openctm.import_mesh('foo.ctm')
print(mesh.vertices.shape)
# (124, 3)
# write
openctm.export_mesh(mesh, 'bar.ctm')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file python-openctm-nightly-1.0.10a2019725.tar.gz
.
File metadata
- Download URL: python-openctm-nightly-1.0.10a2019725.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46e535dfcdb59e13a185fda35d08b698df6011fc240990b073e49940afa098f7 |
|
MD5 | 05d7e911fabcd639dd586b8646c3d668 |
|
BLAKE2b-256 | b92afd358a4e3a8d17272c8cdcd0c3c74dc5d1013e7291a61250b78b2e042238 |
File details
Details for the file python_openctm_nightly-1.0.10a2019725-py3-none-any.whl
.
File metadata
- Download URL: python_openctm_nightly-1.0.10a2019725-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f62e25fc21c0d11d4286691b60ac10df3b6c9c252e60b52c4fb22ef8685ca1d |
|
MD5 | 6e1f00994628f27a0c34f376d7777b16 |
|
BLAKE2b-256 | 0d82d213ddcca2ceaa2a09ae658590751b0241873c7c83da5ac747516ab2f6e1 |