Skip to content

opentoonz/dwango_opentoonz_plugins

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 

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.