joycesfdeveloper / natron-python-scripting

Python scripting for Natron vfx compositor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, by clicking on the top-right green button 'Clone or download'.

Image

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

About

Python scripting for Natron vfx compositor


Languages

Language:Python 88.6%Language:CSS 11.4%