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.
osx and win are zip archives which contain prebuilt plugins. You can install them with following steps:
- 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) orC:\OpenToonz 1.0 stuff\plugins
(Windows) by default.
- Install
OpenCV3
. - Restart OpenToonz.
Plugin manual is here.
You can install OpenCV3
by homebrew
.
brew install opencv3
brew ln opencv3 --force
- Download OpenCV for Windows VERSION 3.1.
- Set
PATH
to${path-to-opencv3}\build\x64\vc12\bin\
,
- Or copy
${path-to-opencv3}\build\x64\vc12\bin\opencv_world310.dll
toC:\Program Files\OpenToonz 1.0
.