• Stars
    star
    159
  • Rank 235,916 (Top 5 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python scripting for Natron vfx compositor

Image

Natron python scripts

A collection of Natron python scripts made by the community

Installation

The scripts can be installed by simply cloning the github repository, or download it as a ZIP file.

Unzip the content to your .Natron folder.

Windows: "C:\Users\<username>\.Natron"

OSX:     "[~/.Natron]"

Linux:   "[~/.Natron]"

Restart Natron.

Natron tools

Channel

  • autoAlpha : Set alpha to 1 (full white) for selected 'Read' nodes.

  • extractExrLayers : Split EXR Read node into shuffle nodes.

Generate

  • postageStamp : Create a PostageStamp from any node.

  • rotoToTracker : Generate a 'Tracker' out of a selected 'Roto' node(s).

  • trackerToRoto : Generate a 'Roto' out of a selected 'Tracker' node(s).

Edit

Other

Roto

Time

Utils

  • collectFiles : Identical to After Effects 'Collect Files' feature. Used to backup a comp. (Windows only)

  • replacePaths : Replace path in 'Read' nodes.

Render

  • backgroundRender : Render current project in background.

  • diskCache : Create and process a 'DiskCache' node for the selected node.

  • flipbook : Render and plays the selected node in an external viewer. (Win/Linux)

Natron snippets

Natron stylesheets