Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 505 Bytes

File metadata and controls

21 lines (13 loc) · 505 Bytes

backgroundRender

Renders current project in background.

HOW TO USE IT

  • Render -> Background Render

RESULT

  • Current project will be rendered in background.

INSTALLATION

  • 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()')