Skip to main content

Developer friendly suite for manipulating mesh

Project description

Meshemy: Python toolbelt for manipulating mesh

Consolidation package for manipulating mesh. Comes with cookbook models from each package

Installation

pip install meshemy[full]

Use it in your poetry package

poetry add meshemy -E full

Usage

You need to pick at least one extra for this package to be useful. Install all modules by installing full.

Cookbook

Currently, Blender, Open3D, and Trimesh is supported.

Blender

The blender extra must be installed.

from meshemy.cookbook.blender import BlenderCookbook

blender_cook = BlenderCookbook.from_file("path_to_mesh.<any_format>")
blender_cook.planar_decimate(degree_tol=5.0)

You can convert to any other cookbook .to_o3d(), for instance.

Open3D

The open3d extra must be installed.

from meshemy.cookbook.open3d import Open3dCookbook

o3d_cook = Open3dCookbook.from_file("path_to_mesh.<any_format>")
o3d_cook.smoothen(5)
o3d_cook.repair()

Open3D

The trimesh extra must be installed.

from meshemy.cookbook.trimesh import TrimeshCookbook

trimesh_cook = TrimeshCookbook.from_file("path_to_mesh.<any_format>")
trimesh_cook.contains(vertices)

More

For more information, look at the source code, it is relatively easy to read. Start in the cookbook submodule.

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

meshemy-2.0.0.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

meshemy-2.0.0-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file meshemy-2.0.0.tar.gz.

File metadata

  • Download URL: meshemy-2.0.0.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.3 Linux/6.4.6-zen1-1-zen

File hashes

Hashes for meshemy-2.0.0.tar.gz
Algorithm Hash digest
SHA256 a5f0bb0e123749682add75bd50c8b4747915fe4892657cdef78d9ecaf2ab7b70
MD5 42d36aa20f1e3f7005c3dc540b1c300b
BLAKE2b-256 922e1efb2f966e6cd3a6ae94fb67f644e4d55906a5c4f35dd37fa22a46f2f4fe

See more details on using hashes here.

File details

Details for the file meshemy-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: meshemy-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.3 Linux/6.4.6-zen1-1-zen

File hashes

Hashes for meshemy-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 168ffbd6a5c7b874eefd928969c9661fcfd29588624cbd709f33748a725412b1
MD5 0bbbd7475d2c2b88347cfd18063dfca3
BLAKE2b-256 64843c8dec82877a30a112249402576e92afa574000556097ee44750b0adc563

See more details on using hashes here.

Supported by

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