Skip to content

Latest commit

 

History

History
115 lines (79 loc) · 3.09 KB

README.md

File metadata and controls

115 lines (79 loc) · 3.09 KB

ButtleOFXButtleOFX

Project under early development.

ButtleOFX is an open source compositing software.

It is built on top of the TuttleOFX framework which relies on the OpenFX plugin standard.

Website: http://buttleofx.wordpress.com

Development teams

ButtleOFX is developped within student projects at IMAC Engineering school.

###Team 3.0

Version 3.0 (2014-2015) is currently in progress.

Tutor :

Students :

###Team 2.0 (2013-2014)

Release an alpha version of the software with a new Browser module and a new Quick Parameter Editor.

Tutor :

Students :

###Team 1.0 (2012-2013)

Creation of a basic compositing software with a Graph Editor, a Parameter Editor and a Viewer.

Tutor :

Students :

Pre-requisites

  • python 3
  • PyQt 5.2 (QtQuick 2)
  • TuttleOFX

Getting the source

git clone git://github.com/buttleofx/ButtleOFX.git
cd ButtleOFX
git submodule update -i --recursive

Run

export TUTTLEOFX_ROOT=/path/to/TuttleOFX/install
export PYTHONPATH=$TUTTLEOFX_ROOT/python
export OFX_PLUGIN_PATH=$TUTTLEOFX_ROOT/plugin
python3 buttleApp.py

Errors

If you encounter errors to see plugins, you may need to clear the plugins cache:
rm -rf ~/.tuttleofx

License

Follows the TuttleOFX license.

see TuttleOFX/COPYING.md

More information

ButtleOFX

TuttleOFX

OpenFX