What’s new?
Version 1.5.0
Add new step to fix working file with the help of AI
This update adds a new step ‘FixBrokenWorkingfileAI’ that uses the Gemini CLI to try fixing the provided working file. This fix is experimental. While it is not guaranteed that this step is able to fix the working file, Gemini turned out to work surprisingly well at finding and fixing mismatched Braces and missing end Groups in .nk working files. You need to have the Gemini CLI installed on your machine to use this step.
Stream process output live, Run process in separate thread
In previous versions the process output was written in one go. This update adds processing output as soon as it arrives. The process itself runs now also in a separate thread.
Version 1.4.1
Drop support for nuke-13 and below, Fix core dumped on some menu entries
Align with Foundry’s policy and stop supporting legacy Nuke versions to reduce technical debt.
Version 1.4.0
Update to nuke-16
Version 1.3.0
Update to nuke-15
Version 1.2.0
Version 1.1.0
Update to nuke-14
Version 1.0.1
Port to nuke-13
Version 1.0.0
Initial release
Version 0.3.0
Create initial Nuke root directory dialog
This dialog will be presented to the user if they are running smartRescue in standalone mode and if the Nuke root directory has not been set up, yet.
Add documentation links to Nuke’s menu bar and inside settings section
Version 0.2.0
Integrate smartRescue into Nuke
Version 0.1.0
Create base implementation
- Create steps for:
AllNodes
CopyLines
NodesByClass
NodesByKnobValues
NodesByKnobValuePattern
NodesByName
RemoveNonASCII
ReplaceByPattern
ScriptInfo