Skip to content

Releases: ReyeMe/ModelConverter-linux

1.3.8

05 Dec 21:32

Choose a tag to compare

  • Added ability to export unlit mesh type by using -t NoLight (this is now also a default value if not specified)
  • Added ability to use flag 'N' per material/face to specify if face should not be lit by light
  • Added more log information on missing files error

1.3.7

18 Apr 22:40

Choose a tag to compare

  • Fixed crash and added support of obj meshes without vertex normals
  • Fixed crash if mtl was missing or material was missing

1.3.6

10 Apr 19:14

Choose a tag to compare

  • Fixed a bug causing wrong textures to be used for UV map
  • Added ability to control mesh order within exported file

1.3.5

31 Mar 15:21

Choose a tag to compare

  • Fixed bad textures (Comparison whether base texture name is the same was missing from comparing whether UV region is same)
  • Added ability to control default sort function using cmd argument

1.3.4

23 Mar 15:29

Choose a tag to compare

  • Fixed crash when exporting larger composed model

1.3.3

10 Mar 19:22

Choose a tag to compare

  • Added wireframe face flag for NYA format

1.3.2

09 Feb 00:03

Choose a tag to compare

  • Added wildcard support to input file paths
  • Application now closes with error code, instead of success every time
  • Added support for repeating texture UV coord with < 0.0 and > 1.0 into NYA
  • Fixed model conversion with relative folder path

1.3.1

05 Feb 21:38

Choose a tag to compare

Fixed a bug causing duplicate textures to be created, making exports big
Added new face flags
Added new help for wavefront plugin

1.3.0

04 Feb 18:15

Choose a tag to compare

Better plugin loading
Better cmd args handling
Added support for multiple input files (merging models into one)
Added NYA format plugin
Added support for UV mapping in NYA plugin

1.2.1

30 Nov 00:19

Choose a tag to compare

Fixed TMF model export
Added TMF loader for jo-engine that can be found here.