A set of OpenFX plugins designed for Natron.
Optional (must be built manually):
Experimental:
Do not use these plugins in DaVinci Resolve or Fusion! Some plugins use OFX features not available in software from BlackMagic Design.
git clone https://github.com/NatronGitHub/openfx-arena
cd openfx-arena
git submodule update -i --recursive
This will build one OFX plugin bundle (Arena.ofx). Only plugins included in the official Natron bundle are built.
Optional build options:
AUDIO=ON
: Enable AudioCurve
RICHTEXT=ON
: Enable RichText
(WIP, only for developers)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/
This will build one OFX plugin bundle (Arena.ofx). Only plugins included in the official Natron bundle are built.
Optional build options:
-DAUDIO=ON
: Enable AudioCurve
-DRICHTEXT=ON
: Enable RichText
(WIP, only for developers)-DBUNDLE_FONTS_CONF=ON
: Bundle fonts.conf (If not using Natron and on Windows/macOS)-DMAGICK_PKG_CONFIG=XXX
: Custom Magick++ pkg-config namemkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/OFX/Plugins ..
make
sudo make install
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):