Renders current project in background.
- Render -> Background Render
- Current project will be rendered in background.
- Copy 'backgroundRender' folder in your .Natron folder.
- Add following lines to your 'initGui.py' file, where
<path>
is the location of 'backgroundRender' folder.
from <path>.backgroundRender.backgroundRender import *
NatronGui.natron.addMenuCommand('Render/Background render','backgroundRender()')