Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.03 KB

OpenToonz Plugin Utility

日本語

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.

How to install created 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 ${path-to-opentoonz-stuff}/plugins directory.
  2. Restert OpenToonz.
  3. 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.

How to develop plugins using the library

see here.