Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 956 Bytes

README_en.md

File metadata and controls

28 lines (18 loc) · 956 Bytes

OpenToonz Plugin

You can develop raster effects worked on FX Schematic using COM-like low-level interfaces. Here, we introduce "How to install plugins".

How To Install Plugins

Build

This section introduce how to build plugins from source codes. Skip this section, if you already had .plugin files.

  1. Download source codes.
  2. Build them (see their reference).
  3. Rename file extensions to .plugin, if their extensions were .dll, .dylib or .so.

Install

  1. Move .plugin files to ${TOONZ_STUFF}/plugins directory.
  2. Restert OpenToonz.
  3. Plugins are loaded, and you can choose those plugin effects in a FX Schematic window.

${TOONZ_STUFF} is a path to a stuff directory (the stuff directory is C:/OpenToonz 1.0 stuff on Windows by default).

opentoonz_plugin_utility

opentoonz_plugin_utility is a wrapper library of low-level interfaces (see opentoonz_plugin_utility).