Releases: ynput/ayon-nuke
0.2.6
Changelog
💚 Enhancement
Easier Addon Setting for Nodes settings in color management section - #43
resolve #42
Reuse the names/labels that admins/nuke artists are familiar with.
where the setting shows a drop down menu and select the creators
[!Note]
Settings in this PR should be backward compatible. i.e. it shouldn't break copy settings.
If it's not please report.
Publisher | Settings |
---|---|
Nuke tab menu | Settings |
---|---|
Disable AYON_LOG_NO_COLORS in prelaunch hook - #40
Fixes #24
- Sets
AYON_LOG_NO_COLORS
to1
inadd_implementation_envs
inNukeAddon
class
Add lensDistortion product type for loading gizmo - #39
Fixes: #38
- Add
lensDistortion
as product type that can be loaded as a gizmo in Nuke.
Nuke behavior more resilient - #36
Ayon uses onScriptSave callback to update nodes' colors. If this fails by any reason, artist is not able to save the file.
Nuke sometimes fails on getting knob type needed in read_avalon_data
. This can result in artisn not being able to open workfile. Reason unknown, hard to test.
Changes allow artist to continue working.
Publishing review intermediates - always add anatomy output keyword - #35
The {output} anatomy keyword is now respected even if there is only one Extract Review Intermediate profile.
Having the published output as a one and only imagery in the folder helps apps Like Hiero to not get confused while searching for versions.
🐛 Bug
find_free_space_to_paste_node errors if the script is completely empty - #37
Sets the default position of the imported nodes to 0,0 if there are no nodes in the script
0.2.5
What's Changed
- Fix redefinition of variable in set_viewers_colorspace by @BigRoy in #17
- Display and View fallback options for settings and api by @jakubjezek001 in #10
- Define app host name by @BigRoy in #30
New Contributors
- @jakubjezek001 made their first contribution in #10
Full Changelog: 0.2.4...0.2.5
0.2.4
What's Changed
- Remove deprecated ImageIOConfigModel and
ocio_config
settings by @BigRoy in #7 - Repair action from validate correct asset context to fix the write node's filepath by @moonyuet in #8
- Ignore containers with invalid UUID in representation by @fabiaserra in #1
- Fix write node creation while broken project Anatomy. by @robin-ynput in #12
- Use task attributes for WorkfileSettings by @BigRoy in #13
- Implement Extract Nuke camera as FBX file. by @robin-ynput in #15
New Contributors
- @BigRoy made their first contribution in #7
- @moonyuet made their first contribution in #8
- @fabiaserra made their first contribution in #1
- @robin-ynput made their first contribution in #12
Full Changelog: 0.2.3...0.2.4
0.2.3
Description
Initial release of ayon-nuke addon. Code was moved from ayon-core repository.
Full Changelog: https://github.com/ynput/ayon-nuke/commits/0.2.3