Skip to content

Releases: ynput/ayon-3dsmax

0.2.16

11 Dec 10:35

Choose a tag to compare

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

11 Nov 10:49

Choose a tag to compare

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.


CI: Fix Mkdocs Automation - #64

Add a CI action to trigger MK Docs deployment on creating new tags.
when testing the CI action manually (trigger from Action tab manually on GH), it will generate a dummy-build version that will be deleted as soon as a tag is created.

resolve #63


0.2.14

30 Sep 14:05

Choose a tag to compare

Changelog

πŸ’š Enhancement

Host: Implement application information method - #61

Implement get_app_information on host class.


0.2.13

25 Sep 13:20

Choose a tag to compare

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.

Resolve #57, #56


πŸ› 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.
image


0.2.12

02 Sep 07:11

Choose a tag to compare

Changelog

πŸ’š Enhancement

Chore: Allow per project addon version - #54

Addon can be used in per-project bundles.


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

09 Jul 10:04

Choose a tag to compare

Changelog

πŸ’š Enhancement

Add context data label into Ayon menu - #51

This PR is to add context data label into Ayon menu.
Resolve #46


Chore: Don't use deprecated workfile method - #50

Remove unused save_file method.


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.

Fix #43, #28, #42


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

29 Apr 12:57

Choose a tag to compare

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

Set the context setting only for project when launching without last workfile - #40

This PR is to make sure the context setting set only when launching without last workfile.
Fix #39


0.2.9

11 Mar 09:48

Choose a tag to compare

Changelog

πŸŽ‰ Feature

Implementation of vdb loader for vdbcache product - #37

Implementation of vdb loader for vdbcache product in 3dsmax. The user can load vdb from Houdini in 3dsmax by using this loader

Resolve #17


πŸ’š Enhancement

Chore: Remove usage of 'six' - #35

Remove usage of six.


0.2.8

29 Jan 14:12

Choose a tag to compare

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


πŸ› Bug

Reset Unit Scale default to False in ayon setting and Popup menu before the reset - #31

Resolve #30
This PR is to set the reset unit scale default value to False and also add popup window to alter user for the change of the unit scale.


0.2.7

29 Nov 11:06

Choose a tag to compare

Changelog

πŸ› Bug

Avoid glitching viewport - #24

Quick fix on the glitching viewport after setting project folder with this merge of the PR #22
In the latest develop branch of Max, the viewport would be messed up with loading object.

Max_glitching_viewport.mp4