1 Oct 2019
new:
- support for the new ftrack event server
- old event server can still be launched using
pype eventserver --legacy
- old event server can still be launched using
changed:
- tray modules can now be easily turned on and off
- muster URL is now shows at launch
- logging GUI has been added
fix:
- git tags are now working correctly in deployment
- logging url was parsed incorrectly when authentication was on
5 Sept 2019
fix:
- Presets won't crash when there is extra comma
,in the jsons (PYPE-443) - Reintroducing environment check and automatic installation
- fix linux compatibility when closing shell after tray is launched
- ffmpeg is now prepended to start of PATH
changed:
- better traceback printing. Now it's possible to return
- only pype specific paths are now being cleaned up at the start to prevent breaking certain linux variables.
new:
- support for local archive and md5 checksums during deployment
- All logs are now stored in mongo DB for easier collection and retrieval
fix:
- bug with color dependency in powershell
- wrong variable showing in the error output during launch
5 Aug 2019
new:
- You can now run tests using pype command
pype test - Adde texture publishing flag
pype texturecopy - cleaned up documentation for pype command. You can build it using
pype documentation
changed:
- pype now prints more informative logs at the start (PYPE-435)
- All the launching arguments have been reworked to be possix compliant
- Tray launcher now uses pythonw to prevent showing of console window
fix:
- bug with color dependency in powershell
deprecated:
- something was marked deprecated it this version
New Pype version changing deployment, setup and environment handling