Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 523 Bytes

File metadata and controls

22 lines (14 loc) · 523 Bytes

autoAlpha

Sets alpha to 1 (full white) for selected 'Read' nodes.

HOW TO USE IT

  • Select read nodes.
  • Tools -> Channel -> Auto Alpha

RESULT

  • Selected 'Read' nodes have their alpha channel set to 1 (full white).

INSTALLATION

  • Copy 'autoAlpha' folder in your .Natron folder.
  • Add following lines to your 'initGui.py' file, where <path> is the location of 'autoAlpha' folder.
from <path>.autoAlpha.autoAlpha import *
NatronGui.natron.addMenuCommand('Tools/Channel/Auto Alpha','autoAlpha')