0% found this document useful (0 votes)
338 views2 pages

Pluguin Opentoonz

The document summarizes how to use example plugins for OpenToonz that are included in a GitHub repository. It describes how to install prebuilt plugins by copying plugin files to the OpenToonz plugins folder and ensuring OpenCV3 is installed. It also provides instructions for installing OpenCV3 on OSX using Homebrew or on Windows by downloading, extracting, and setting the PATH or copying DLL files.

Uploaded by

Miguel Pinales
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
338 views2 pages

Pluguin Opentoonz

The document summarizes how to use example plugins for OpenToonz that are included in a GitHub repository. It describes how to install prebuilt plugins by copying plugin files to the OpenToonz plugins folder and ensuring OpenCV3 is installed. It also provides instructions for installing OpenCV3 on OSX using Homebrew or on Windows by downloading, extracting, and setting the PATH or copying DLL files.

Uploaded by

Miguel Pinales
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

skitaoka Merge pull request #9 from kogaki/fix/submodule

BlurChromaticAberration initial commit 8 months ago


BlurConvolution initial commit 8 months ago
BlurCurlNoise initial commit 8 months ago
BlurMaskedC initial commit 8 months ago
BlurMaskedD initial commit 8 months ago
BlurMaskedR initial commit 8 months ago
CoherentNoise initial commit 8 months ago
ComposeAdd initial commit 8 months ago
ComposeMul initial commit 8 months ago
ComposeOptical initial commit 8 months ago
Drip initial commit 8 months ago
ImageQuilting initial commit 8 months ago
Kaleidoscope initial commit 8 months ago
LightBloom initial commit 8 months ago
LightGlare initial commit 8 months ago
LightIncident initial commit 8 months ago
Paraffin initial commit 8 months ago
PencilHatching initial commit 8 months ago
Tiling initial commit 8 months ago
Waveglass initial commit 8 months ago
doc add comments 8 months ago
opentoonz_plugin_utility @ 30100d7 c++14 is not required 8 months ago
.clang-format initial commit 8 months ago
.gitignore initial commit 8 months ago
.gitmodules initial commit 8 months ago
CMakeLists.txt c++14 is not required 8 months ago
LICENSE.txt initial commit 8 months ago
README.md Fix typo 8 months ago
README_ja.md add a pointer to ja 8 months ago

README.md

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/.

o ${path-to-opentoonz-stuff} is
/Applications/OpenToonz/OpenToonz_1.0_stuff/plugins/ (OSX) or
C:\OpenToonz 1.0 stuff\plugins (Windows) by default.

2. Install OpenCV3.

3. 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\,

o Or copy ${path-to-
opencv3}\build\x64\vc12\bin\opencv_world310.dll to C:\Program
Files\OpenToonz 1.0.

You might also like