Skip to content

Releases: shotgunsoftware/tk-nuke

v0.16.3

31 Mar 22:09
abecd88

Choose a tag to compare

Dropped old tk-core compatibility, cleaned up code and tests. Added Nuke 17 support.

What's Changed

  • Support Nuke 17 (SG-42791 - PR #129)
  • Dropped compatibility with tk-core versions prior to v0.22.6 (SG-40476 - PR #123)
  • Removed tests for Nuke versions below 10 (SG-40319 - PR #126)

Full Changelog: v0.16.2...v0.16.3

v0.16.2

12 Mar 21:25
ddb47d9

Choose a tag to compare

v0.16.2 Pre-release
Pre-release

Update pre-commit and black version

What's Changed

  • Update pre-commit and black version (SG-42601 - PR #128 )

Full Changelog: v0.16.1...v0.16.2

v0.16.1

12 Mar 15:28
027f527

Choose a tag to compare

v0.16.1 Pre-release
Pre-release

Dropped old tk-core compatibility, cleaned up code and removed old tests.

What's Changed

  • Dropped compatibility with tk-core versions prior to v0.22.6 (SG-40476 - PR #123)
  • Cleaned up code by reverting change introduced in PR #95 (SG-40718 - PR #125)
  • Removed tests for Nuke versions below 10 (SG-40319 - PR #126)

Full Changelog: v0.16.0...v0.16.1

v0.16.0

11 Sep 18:43
c7fc550

Choose a tag to compare

What's Changed

  • Removed dependence to the ensure_binary and ensure_str methods (SG-39698)
  • Removed dependence on sgutils package (SG-39698)
  • Replaced imp module with importlib since it's not supported by Python 3.12 (SG-15664)
  • Skip unit tests for Nuke versions lower than 10 (SG-40319)

v0.15.8

26 Jun 19:16
68b5152

Choose a tag to compare

What's Changed

  • Fixup supported versions in #118 (SG-32814)

v0.15.7

11 Jun 18:25
e09a476

Choose a tag to compare

2025-Jun-11

What's Changed

  • SG-32814 Review and unify code handling supported DCC versions

v0.15.6

12 May 20:27
3757367

Choose a tag to compare

2025-May-12

What's Changed

  • Add support for Nuke 16 (#115)
  • Replace mock (#113)
  • Remove yaml deprecation warning (#114)