STL to GLB
This is a simple Python script that converts an STL file to a GLB file. It uses trimesh library to read and export the files.
This script support batch processing, it keeps the original file name and directory structure.
Installation You need to have Python 3 installed in your system.
Its recommended to use a virtual environment to install the required libraries.
python -m venv venv source venv/bin/activate You can install the required libraries by running: