Hiero
The Hiero integrations is done via a simple IPC approach.
When launching CutDetectorPro from inside of Hiero, a communication channel is established between the two processes to send data back to Hiero.
The data that Hiero receives from CutDetectorPro is managed in the Hiero specific plugin that ships with CutDetectorPro.
To make sure Hiero can find CutDetectorPro, use one of the below methods:
Default Plugin Folder
Create a file in this location:
$HOME/.nuke/Python/StartupUI/load_cutdetector.py
Paste the below into it and save it.
Environment Variable
Set the HIERO_PLUGIN_PATH environment variable to the location of CutDetectorPro's plugins folder.
```bash
export HIERO_PLUGIN_PATH=/path/to/CutDetectorPro/plugins/hiero
If you are already using HIERO_PLUGIN_PATH, you probably want to append to its value instead of overwriting it
Once either of the above is set up correctly, open Hiero and you should see CutDetectorPro in the context menu for bin items:
When CutDetectorPro is launched this way, an additional Apply button will appear under the Shots Table.

This button will send the cut data back to Hiero:

Where the bundled plugin turns it into a Sequence with soft cuts:

