Replace path in 'Read' nodes.
- Select 'Read' nodes.
- Tools -> Utils -> Replace Paths
- Select 'All' or 'Selected'
- Paths are replaced.
- Copy 'replacePaths' folder in your .Natron folder.
- Add following lines to your 'initGui.py' file, where
<path>
is the location of 'replacePaths' folder.
from <path>.replacePaths.replacePaths import *
NatronGui.natron.addMenuCommand('Tools/Utils/Replace paths','replacePaths()')