Skip to content

v1.2.0

Compare
Choose a tag to compare
@loonaticx loonaticx released this 08 Mar 03:37
· 12 commits to master since this release

Since the bin folder consumed an unreasonable amount of space, I've completely dropped it for v1.2.0. However, I've included zipped files if you would like to independently use them.

Changes:

  • Deprecated the bin folder
  • Deprecated legacy conversions for older bamfiles. Do that independently.
  • Added in support for Maya server usage:
    • The Maya server significantly reduces the amount of time needed to convert models. Instead of launching a new Maya instance for each model to convert, models will just pass through the Maya server, removing the need to create a new Maya instance.
    • If running with Maya args, HyperMC will launch an independent Maya conversion service, which it'll use to convert models.
    • If the Maya server crashes, the program will attempt to run it again and wait until it's established as a process.
  • Added in support to set Panda3D bin filepath.
    • Can either pass the file path as an argument or read the path from a special file.
  • Fixed a bug that didn't actually overwrite files with the --overwrite flag.