Releases: kevinzakka/obj2mjcf
Release v0.0.25
What's Changed
- Make materials unique by @AlexKaravaev in #29
New Contributors
- @AlexKaravaev made their first contribution in #29
Full Changelog: v0.0.24...v0.0.25
Release v0.0.24
obj2mjcf
is now officially using the wonderful CoACD library by @SarahWeiii instead of V-HACD for approximate mesh decomposition. The code is now cleaner, does not require a separate installation process and in general, produces much more compelling results.
What's Changed
- Introduce Separate Builder (+ Moved Material files) by @kwesiRutledge in #25
- Minor cleanup and reorg. by @kevinzakka in #26
- VHACD -> CoACD. by @kevinzakka in #27
New Contributors
- @kwesiRutledge made their first contribution in #25
Full Changelog: v0.0.23...v0.0.24
Release v0.0.23
Tweaks here and there.
Release v0.0.22
We now trim out any materials parsed from the MTL file but unused in the OBJ file.
Release v0.0.21
Improvements to MJCF saving.
Release v0.0.20
This release fixes a bug related to MTL saving, thanks @nicolas-schreiber!
Release v0.0.19
What's Changed
- Added overwrite option to cli, for simpler automation by @nicolas-schreiber in #9
New Contributors
- @nicolas-schreiber made their first contribution in #9
Full Changelog: v0.0.18...v0.0.19
Release v0.0.18
You can now downsample textures via texture-args.resize-percent
. It specifies the downsampling size as a percentage of the original size.
Release v0.0.17
Fixes a bug that occurred when saving an MTL file.
Release v0.0.16
Fixes a bug in Python 3.7.