Skip to content

Commit

Permalink
Merge pull request #3 from kogaki/fix/README
Browse files Browse the repository at this point in the history
Fix plugin installation directory for windows
  • Loading branch information
skitaoka committed Mar 29, 2016
2 parents 1cdc3d2 + 3887ca4 commit 778bac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Windows 環境では、[Visual Studio 2013 の Visual C++ 再頒布可能パッ

ここのプラグインを利用する最も簡単な方法は、同行しているビルド済みプラグインをそのまま利用することだと思います。

`bin/{osx,win}/dwango_opentoonz_plugins.zip`がここで紹介しているプラグインをビルドしてzipに固めたものなので、これを展開して、中の.pluginファイルのうち利用したいものを `{Opentoonzのインストールされたディレクトリ}/plugins/` 以下にコピーしてください。OSXなら`/Applications/OpenToonz/OpenToonz_1.0_stuff/plugins/`、windowsなら`C:\OpenToonz stuff\plugins`であることが多いと思います。
`bin/{osx,win}/dwango_opentoonz_plugins.zip`がここで紹介しているプラグインをビルドしてzipに固めたものなので、これを展開して、中の.pluginファイルのうち利用したいものを `{Opentoonzのインストールされたディレクトリ}/plugins/` 以下にコピーしてください。OSXなら`/Applications/OpenToonz/OpenToonz_1.0_stuff/plugins/`、windowsなら`C:\OpenToonz 1.0 stuff\plugins\`であることが多いと思います。

この後OpenToonzを再起動すればプラグインが追加されますが、OpenCV3を利用しているため、そちらの準備ができていないとプラグインが認識されません。Opencv3については、以下のインストール方法に従ってください。

Expand Down

0 comments on commit 778bac3

Please sign in to comment.