azure-batch-maya/CHANGES.txt

145 строки
5.0 KiB
Plaintext

2019.05.06 v0.25.0
------------------
- Bug fix for log directory not existing when it is created and path building on Maya 2019
2019.30.05 v0.24.0
------------------
- Numerous small bug fixes
Fix for Arnold license sometimes detected as required for vray scenes
Change default SKU to one which is actually available
Standard log file initialized as very first operation
Fix duplicate log lines
- Consume same renderingContainerImages.json format as BatchExplorer
- Upgrade .sln and .proj for VisualStudio2017 compatability
2018.11.07 v0.23.0
------------------
- Change authentication mode to AAD, including support for private cloud
- Support for Batch Container Images + initial set of images for Maya2017 and 2018
- Updated VM SKU list to match what is available for Maya in BatchExplorer
2018.09.24 v0.22.0
------------------
- Revert template change which broke thumbnailing of outputs in arnold maya 2018 jobs
2018.09.21 v0.21.0
------------------
- Fix issue preventing auth where logging value was left at default
- Fix issue preventing job submission on first run if threads value was left at default
2018.09.20 v0.20.0
------------------
- Add "storage_suffix" field to config for support of non-public cloud endpoints
- Support custom-image pools created out of band, e.g. through the portal
- Add "additionalFlags" field for Arnold, allowing e.g. camera selection
2018.05.02 v0.19.0
------------------
- Target the latest release of the rendering images - Windows v1.2.1 and CentOS v1.1.2
Note - this breaks backwards compatibility for new jobs being submitted to old pools created with older versions of the plugin, pools will need to be recreated.
Support for Maya2018 - jobs submitted from Maya2017 will render with MayaIO2017 and jobs submitted from Maya2018 will render with MayaIO2018
- Dependency install now logs to Mayapy console window and to new log file
- Drop Preview tag for VRay now it is Generally Available (GA)
- Numerous additional details added to ReadMe.md, including install / reinstall / uninstall and Known Issue sections
2018.04.06 v0.18.0
------------------
- Changed image versions to static rather than floating, as vNext image breaks backwards compatibility
- Fixed dependency issues related to msrestazure version requirement increasing
2018.01.15 v0.17.0
------------------
- Restructured dependency installation for wider compatibility:
get_pip.py is now packaged with the plugin.
- Fixed unicode filename errors in thumbnail generation.
- Fixed detection of Bifrost caches as assets.
2017.10.16 v0.16.0
------------------
- Asset path redirection updates
Better renderer-specific control on both asset pre-render scripting and job settings
Fixed bug in thumbnail script where if the render fails and there's no outputs, no "thumbs" directory gets created which causes an output file upload error.
Better Vray file redirection by adding env variable search path list.
Added back use of the pre-render MEL as the errors in this seem to be resolved in the latest releases.
Better Arnold file redirection by stripping full path from aiImage node paths in pre-render MEL.
- Update pip install command to match new pypi.org format
2017.10.16 v0.15.1
------------------
- Added back pathlib dependency that was mistakenly removed.
2017.10.12 v0.15.0
------------------
- Updated dependencies azure-batch (4.0.0) and azure-batch-extensions (1.0.1)
- Better support for unicode
- Some fixes for render-specific asset detection:
- Filter out empty path references
- Correctly detect numbered volume cache data sets
- Removed older Arnold 'dso' volume reference
2017-09-26 v0.14.0
------------------
- Support for Maya2017 Update4 and tentatively for Maya2018
- Fix for crash when "threads" option is missing from config .ini file
- Various test and .sln level fixes
2017-09-14 v0.13.0
------------------
- Fix incorrect dependency install type for concurrent.futures
2017-09-10 v0.12.0
------------------
- VRay Preview support in license picker for pools, Batch accounts will require whitelisting
2017-09-07 v0.11.0
------------------
- Support for V-ray for Maya
- Dependency on new Batch Extensions module
- Fixed asset file limitation
2017-07-05 v0.10.0
------------------
- Exposed low priority VM allocation for pools
- Exposed thread configuration for uploads/downloads/task submission
- Added coloured label to confirm successful authentication
- Fixed some bugs in job status loading
2017-06-23 v0.9.3
-----------------
- Added threading to output downloads
- Added threading to task submission
- Made task counting for job detail display load asynchronously
2017-06-12 v0.9.2
-----------------
- Fixed bug in OS detection of Job Watcher
- Updated VM Image references
2017-05-24 v0.9.1
-----------------
- Expanded Pool display UI to show pools created via the Azure portal
- Fixed bug where Pool couldn't be displayed if created with a non-current image
2017-05-23 v0.9.0
-----------------
- Core re-written to use latest Azure Batch Python SDK and Batch Extensions template files.