Skip to content

Latest commit

 

History

History

backgroundRender

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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