Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit aaef5ab

Browse files
author
David Kydd
committed
Prep for release v0.16.0
1 parent 59a06f9 commit aaef5ab

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
2017.10.16 v0.16.0
3+
------------------
4+
- Asset path redirection updates
5+
Better renderer-specific control on both asset pre-render scripting and job settings
6+
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.
7+
Better Vray file redirection by adding env variable search path list.
8+
Added back use of the pre-render MEL as the errors in this seem to be resolved in the latest releases.
9+
Better Arnold file redirection by stripping full path from aiImage node paths in pre-render MEL.
10+
- Update pip install command to match new pypi.org format
11+
12+
213
2017.10.16 v0.15.1
314
------------------
415
- Added back pathlib dependency that was mistakenly removed.

azure_batch_maya/plug-in/AzureBatch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"azure-batch-extensions==1.0.1": "azure.batch_extensions"
4848
}
4949

50-
VERSION = "0.15.1"
50+
VERSION = "0.16.0"
5151
EULA_PREF = "AzureBatch_EULA"
5252
SHELF_FILE = "shelf_AzureBatch.mel"
5353
cmd_name = "AzureBatch"

0 commit comments

Comments
 (0)