You can develop raster effects worked on FX Schematic using COM-like low-level interfaces.
opentoonz_plugin_utility
is a wrapper library of the interfaces.
The library makes it easy to create new plugin effects.
This section introduce how to build plugins from source codes.
Skip this section, if you already had .plugin
files.
- Download source codes.
- Build them (see their reference).
- Rename file extensions to
.plugin
, if their extensions were.dll
,.dylib
or.so
.
- Move
.plugin
files to${path-to-opentoonz-stuff}/plugins
directory. - Restert
OpenToonz
. - Plugins are loaded, and you can choose those plugin effects in a FX Schematic window.
${path-to-opentoonz-stuff}
is /Applications/OpenToonz/OpenToonz_1.0_stuff/plugins/
(OSX) or C:\OpenToonz 1.0 stuff\plugins
(Windows) by default.
see here.