Home

Awesome

OpenFX-Arena GPL2 License Open Hub Build Status

A set of OpenFX plugins designed for Natron.

Plugins

Optional (must be built manually):

Experimental:

Requirements

Notes

Do not use these plugins in DaVinci Resolve or Fusion! Some plugins use OFX features not available in software from BlackMagic Design.

Build

git clone https://github.com/NatronGitHub/openfx-arena
cd openfx-arena
git submodule update -i --recursive

Makefiles

This will build one OFX plugin bundle (Arena.ofx). Only plugins included in the official Natron bundle are built.

Optional build options:

make CONFIG=release
sudo make CONFIG=release install

You can also build each "category" as an OFX plugin bundle:

make CONFIG=release -C Audio
make CONFIG=release -C Extra
make CONFIG=release -C Magick
make CONFIG=release -C OCL
make CONFIG=release -C Text
sudo cp -a */*-release/*.ofx.bundle /usr/OFX/Plugins/

CMake

This will build one OFX plugin bundle (Arena.ofx). Only plugins included in the official Natron bundle are built.

Optional build options:

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/OFX/Plugins ..
make
sudo make install

License

openfx-arena is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 (or later) as published by the Free Software Foundation.

Some plug-ins and functions are licensed under the GNU Lesser General Public License 2.1 (or later):