Releases: ynput/ayon-3dsmax
0.2.16
Changelog
π Feature
Implementation of Image Loader(VrayBitmap & OSL Map LookUp) - #76
This PR is to add the image loader which specifically serves for vraybitmap and OSL map lookup in 3dsmax.
Resolve #75
π Enhancement
Product base types: add support to creators - #74
This PR is to add product type alias support in 3dsmax
Resolve #69
Render: Refactoring Arnold workflow - #73
This PR is to refactor the current Arnold workflow which fails to submit its render to farm.
Fixes #70
π Bug
Review: Set viewport type during context when extracting review - #71
This PR ensure the set the correct viewport type during context when extracting review to prevent the review extractor erroring out with the perspective viewport.
Review: Support loaded Alembic/Max Camera used for review - #68
This PR is to fix the bug of not being able to use loaded alembic/max camera for review
0.2.15
Changelog
π Bug
VRay: use _tmp extension only when multipass enabled - #66
This PR is to solve the issue when separate render channels is enabled and the AOVs is not rendered out on farm, thus erroring out the publish job.
0.2.14
0.2.13
Changelog
π Enhancement
Create: Use kwargs to call product name functions - #62
Use kwargs to call product name functions and use cached data to call them if possible.
Vray: Multipart works with Vray-related render output - #58
This PR is to refactor some render workflow so that the users can use multipart workflow in more VRay-ish way when using V-Ray.
π Bug
Proper OCIO path configuration with last workfile launch - #60
This PR is to fix the issue that OCIO path has been misconfigured to non-existent path during last workfile launch.
Users would still receive the error message but the system would re-set the path afterwards and you can see the update from the log.

0.2.12
Changelog
π Enhancement
Publish: Use new workfiles API to increment current workfile. - #53
When incrementing the workfile during publish, use the new context-based workfile API so that the current author information is stored with the saved file.
0.2.11
Changelog
π Enhancement
Add context data label into Ayon menu - #51
This PR is to add context data label into Ayon menu.
Resolve #46
Make sure render setting updated after repairing with validate renderpass - #47
This PR is to ensure render setting updated after repairing with validate renderpass(including hardcoded code).
This also ensure the render element created with Vray Renderer to be fixed correctly too.
Support to setting up the multipass during creating render instance - #44
This PR is to support to set up the multipass when creating render instance
0.2.10
Changelog
π Feature
Automated mkdocs setup - #38
Brief description of the solution this PR is implementing. This should be only a few sentences and it will be publicly visible in the changelog. You can highlight importance of the change and add links to further information or supporting documentation
π Enhancement
Align resolution data with other hosts in Ayon - #41
This PR is to add resolution data into instance data to align with the resolution data in other hosts.
Instead of review_height and review_width, we would use resolutionHeight and resolutionWidth instead.
Links to ynput/ayon-core#1234
π Bug
0.2.9
0.2.8
Changelog
π Enhancement
Add project name as container data for loading and updating assets - #23
This PR is to add the context["project"]["name"] as part of the container data for loading and updating assets