Skip to content

Releases: P3DCAT/HyperMC

v1.3.0

09 Mar 01:17
Compare
Choose a tag to compare

Changes:

  • Added an "hm" prefix to the script names to remove some ambiguity.
  • Clean script actually works as intended
  • Script doesn't crash when you run w/o args

v1.2.0

08 Mar 03:37
Compare
Choose a tag to compare

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.