Changelog

1.5.0

  • Add notification widget for smartCache main window (#12)

1.4.0

  • Add Sort mode and order for cache nodes in main window (#10)

    Sort cache nodes in ascending/descending order by cache node name, y-position in the DAG or creation date.

  • Tint cache nodes (#11)

    You can now tint cache nodes in the smartCache main window. This helps to quicker find them when your node graph contains many cache nodes. Right-click a cache node in the smartCache main window, choose “Set color” from the context menu and pick a custom color. The picked color gets also used as node font color on the cache node. The color gets stored persistently, i.e. it stays even after closing smartCache and Nuke. To unset a custom cache node color select a cache node from the smartCache main window and choose “Unset color” from the context menu.

1.3.0

  • Make compression for caches configurable (#9)

    In the settings you will now find a ‘compressions’ setting to adjust the compression settings for the cache process to your needs.

1.2.1

  • Drop support for nuke-13 and below, Fix core dumped on some menu entries (#8)

    Align with Foundry’s policy and stop supporting legacy Nuke versions to reduce technical debt.

1.2.0

  • Update to nuke-16 (#7)

1.1.0

  • Implement third party render integration (#3)

    smartCache offers now functionality to submit the rendering of your smartCache nodes to a third party render engine, e.g. Deadline, Tractor, Royal Render, etc. But you can also use this functionality to trigger your own render logic and execute whatever code you need to execute.

    For more information please refer to the ‘Render integrations’ documentation section.

  • Make UI dockable (#5)

    In the custom pane menu you will now find a ‘smartCache’ command. Clicking it docks the main window. You can save this as new layout to keep the smartCache window persistent in your layout.

  • Add button to clear all caches (#4)

    The main window contains now a button at the top right to clear all Nuke caches. Executing this button does the same as executing ‘Cache -> Clear All’ from Nuke’s menu bar.

1.0.1

  • Fix launch in legacy nuke-11 version (#2)

1.0.0

  • Initial release (#1)