Skip to content

Nuke 7.2.1

Compare
Choose a tag to compare
@kean kean released this 18 Jun 18:55
· 2307 commits to main since this release

Nuke's roadmap is now publicly available. Please feel free to contribute!

This update addresses tech debt introduces in version 7.1 and 7.2. The changes made in these versions which improved deduplication are prerequisites for implementing smart prefetching - skipping decoding, loading to data cache only, and more.

Enhancements

  • Simpler and more efficient model for managing decoding and processing operations (including progressive ones) which improves the way operations are schedules, reused, canceled, and how priorities are updated.
  • When subscribing to existing sessions which already started processing, pipeline will try to find existing processing operation
  • Update DFCache integration demo to use new DataCaching protocol
  • Added "Default Image Pipeline" and "Image Pipeline Overview" sections in README
  • Update "Third Party Libraries" guide to use new DataCaching protocol