Skip to main content

Work with polygonal meshes which have vertex-wise correspondence

Project description

entente

version python version license coverage build docs build code style

Library for working with lace-style polygonal meshes which have vertex-wise correspondence.

Features

  • Create a composite.
  • Transfer landmarks from the surface of one mesh to the surface of another.
  • Shuffle vertices.
  • Restore correspondence of vertices.
  • Spatial search, lightly wrapping trimesh.
  • Complete documentation: https://entente.readthedocs.io/en/stable/

Installation

Requires Python 2.7.

pip install entente

trimesh, rtree, and libspatialindex are required for landmark transfer and AABB tree. They are optional.

brew install spatialindex
pip install rtree trimesh

Usage

python -m entente.cli source.obj source.pp target1.obj target2.obj ...

Development

Updating the Docker build for CircleCI

  1. Make sure Docker is installed and running.
  2. Build and push the images:
./dev.py docker-build 0.2.0  # Use the next available minor release.
./dev.py docker-push 0.2.0
  1. Update the image: references in .circleci/config.yml`.

Contribute

Pull requests welcome!

Support

If you are having issues, please let me know.

License

The project is licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

entente-0.5.0.tar.gz (11.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page