autotwin / mesh

Mesh data types
MIT License
1 stars 2 forks source link

Proof of concept test to automate Sculpt mesh generation with Python #2

Open hovey opened 2 years ago

hovey commented 2 years ago

For automation, I hope to use Python to run the Sculpt application to auto-mesh an object file. Also, I would like to integrate this into CI/CD to have automated verification that the Sculpt workflow is up-and-running.

It may not be possible to integrate the Sculpt binaries with GitHub's CI/CD. So, as an alternative path forward to fully-automated verification, perhaps a manual (local) verification with pytest -v could be implemented.