Skip to content

Releases: ynput/ayon-nuke

0.2.6

26 Nov 10:15
Compare
Choose a tag to compare

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
Image Image
Nuke tab menu Settings
image image

Animation_44


Disable AYON_LOG_NO_COLORS in prelaunch hook - #40

Fixes #24

  • Sets AYON_LOG_NO_COLORS to 1 in add_implementation_envs in NukeAddon 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

Fix deprecated default settings in `Custom Tools` and `Gizmo Menu` - #45

resolve #44


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

15 Oct 14:42
Compare
Choose a tag to compare

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

Full Changelog: 0.2.4...0.2.5

0.2.4

09 Sep 15:39
Compare
Choose a tag to compare

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

Full Changelog: 0.2.3...0.2.4

0.2.3

27 Jun 15:03
Compare
Choose a tag to compare

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