gltflib icon indicating copy to clipboard operation
gltflib copied to clipboard

Library for parsing, creating, and converting glTF 2.0 files in Python 3.6+.

Results 6 gltflib issues
Sort by recently updated
recently updated
newest added

This library seems interesting to use. However, I am still facing issue, what if I want to create mesh (contains curve and holes), and I want to apply materials and...

Hi All, I have a glb file which is having partial Json data and partial binary data. I want to replace values of few fields/parameters in Json data. When I...

Would it be possible to use this library to combine multiple STL files into one glb file and give each part of the new file a potential different color and...

Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Hi, the first parameter of `@classmethod` is always `Type[something]` instead of `something`, so I fixed it in the type annotations. When I was touching them I also added `Optional` where...