Skip to content

Releases: kevinzakka/obj2mjcf

Release v0.0.25

17 Mar 18:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.24...v0.0.25

Release v0.0.24

13 Feb 03:51
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.23...v0.0.24

Release v0.0.23

16 Oct 20:38
Compare
Choose a tag to compare

Tweaks here and there.

Release v0.0.22

26 Sep 03:00
Compare
Choose a tag to compare

We now trim out any materials parsed from the MTL file but unused in the OBJ file.

Release v0.0.21

25 Sep 01:54
Compare
Choose a tag to compare

Improvements to MJCF saving.

Release v0.0.20

23 Sep 20:02
Compare
Choose a tag to compare

This release fixes a bug related to MTL saving, thanks @nicolas-schreiber!

Release v0.0.19

31 Jul 09:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.18...v0.0.19

Release v0.0.18

05 Jul 21:05
Compare
Choose a tag to compare

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

04 Jul 01:32
Compare
Choose a tag to compare

Fixes a bug that occurred when saving an MTL file.

Release v0.0.16

22 Jun 23:59
Compare
Choose a tag to compare

Fixes a bug in Python 3.7.