• Stars
    star
    393
  • Rank 109,518 (Top 3 %)
  • Language
    C++
  • License
    BSD 3-Clause "New...
  • Created over 8 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenToonz plug-in developed by DWANGO

DWANGO OpenToonz Plugins (ζ—₯本θͺž)

This repository contains example plugins for developers. These plugins are depend on opentoonz_plugin_utility. They require OpenCV3 runtime. Visual C++ Redistributable Packages for Visual Studio 2013 is also required on Windows.

How to use prebuilt plugins

osx and win are zip archives which contain prebuilt plugins. You can install them with following steps:

  1. Copy .plugin files, which you want, to ${path-to-opentoonz-stuff}/plugins/.
  • ${path-to-opentoonz-stuff} is /Applications/OpenToonz/OpenToonz_1.0_stuff/plugins/ (OSX) or C:\OpenToonz 1.0 stuff\plugins (Windows) by default.
  1. Install OpenCV3.
  2. Restart OpenToonz.

Plugin manual is here.

How to install OpenCV3

OSX

You can install OpenCV3 by homebrew.

brew install opencv3
brew ln opencv3 --force

Windows

  1. Download OpenCV for Windows VERSION 3.1.
  2. Set PATH to ${path-to-opencv3}\build\x64\vc12\bin\,
  • Or copy ${path-to-opencv3}\build\x64\vc12\bin\opencv_world310.dll to C:\Program Files\OpenToonz 1.0.