Prep for release v0.16.0
This commit is contained in:
Родитель
59a06f9e9c
Коммит
aaef5abe90
11
CHANGES.txt
11
CHANGES.txt
|
@ -1,4 +1,15 @@
|
|||
|
||||
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.
|
||||
|
|
|
@ -47,7 +47,7 @@ NAMESPACE_PACKAGES = {
|
|||
"azure-batch-extensions==1.0.1": "azure.batch_extensions"
|
||||
}
|
||||
|
||||
VERSION = "0.15.1"
|
||||
VERSION = "0.16.0"
|
||||
EULA_PREF = "AzureBatch_EULA"
|
||||
SHELF_FILE = "shelf_AzureBatch.mel"
|
||||
cmd_name = "AzureBatch"
|
||||
|
|
Загрузка…
Ссылка в новой задаче