Releases: aws-deadline/deadline-cloud-for-maya
Releases · aws-deadline/deadline-cloud-for-maya
0.15.2
0.15.2 (2025-03-06)
Bug Fixes
- Changed the cameras dropdown wording option from "All Cameras" to "All Renderable Cameras" in the submitter (
a6d983c
)
- Tighten error regex pattern for Maya Adaptor. (
67bbc97
)
- Use
byFrameStep
instead of byFrame
(#224) (677137d
)
- Update the warning message used when the scene has unsaved changes (#238) (
c9b5e74
)
- OutputPath is read from the scene in the submitter (#231) (
d77f474
)
- Load scene settings when the submitter is open (#229) (
94ee920
)
0.15.1
0.15.1 (2025-02-03)
- This release only includes documentation updates (#227) (
e0a3827
)
0.15.0
0.15.0 (2025-01-09)
BREAKING CHANGES
- Allow specifying MAYAPY exe via environment (#200) (
29634ca
)
Bug Fixes
0.14.4
0.14.4 (2024-11-19)
Features
Bug Fixes
- maya 2025 submitter failed to load due to qt setMargin being removed (#192) (
39ca5fc
)
- frame override does not enable frame list in Maya 2025 (#190) (
b054dd4
)
- include description in job submission (#188) (
c279cfd
)
0.14.3
0.14.3 (2024-10-17)
Features
- Add the ability to specify a render region (
419a06b
)
Bug Fixes
- import HTTPClientInterface correctly on Windows (#184) (
1208134
)
0.14.2
0.14.2 (2024-08-22)
Bug Fixes
- when listing layers make sure referenced layers are active. (#164) (
bf16897
)
- adaptor wheel override (#162) (
4ef10ce
)
0.14.1
0.14.1 (2024-05-01)
Dependencies
- Update deadline requirement from ==0.47.* to ==0.48.* (#149) (
2de6f48
)
0.14.0
0.14.0 (2024-04-01)
BREAKING CHANGES
- publish release (#132) (
cee87da
)
- set python 3.8 to minimum python version in hatch testing matrix (#132) (
cee87da
)
Bug Fixes
- catch import errors, link to libssl issue (#134) (
af79694
)
- include deps with openjd adaptor package (#129) (
bb6882e
)
- incorrect package name in create adaptor script (#128) (
c616bf7
)
- include the adaptor deps in the package (#127) (
d926ecf
)
0.13.2
0.13.2 (2024-03-26)
Features
- Add telemetry data to submitter and adaptor (#114) (
d853496
)
Bug Fixes
- include deadline-cloud in the adaptor packaging script (#125) (
fdd491d
)
0.13.1
0.13.1 (2024-03-15)
Features
Chores