AviUtl2 用のグラデーションエディタープラグイン
各説明の詳細は Wiki を参照してください。
beta36以降必須(beta48で動作確認済み)。
次のいずれかの方法でインストールできます。
本プラグインは aviutl2-catalog に登録済みです。
メインメニュー ➡️ パッケージ一覧 ➡️ 汎用プラグイン ➡️ Gradient Editor からインストールしてください。
Releases から GradientEditor_v{version}.au2pkg.zip をダウンロードし、AviUtl2 のプレビューにドラッグ&ドロップしてください。
本プラグインには以下のスクリプトが付属しています。
- 多色グラデーション(
MutliGradient@GradientEditor) - グラデーションマップ(
GradientMap@GradientEditor)
グラデーションエディター(GradientEditor.aux2)自体はこれらを直感的に操作するためのエディタに過ぎず、プラグイン単体でグラデーション加工を施すことはできません。基本的には上記のスクリプトをオブジェクトに適用し、そのスクリプトのパラメータをグラデーションエディタ上で編集することになります。
Note
スクリプト単体でも使うことはできますが、グラデーションエディタ上で編集することを前提とした作りになっているため推奨しません。
2色以上のグラデーションを作成するスクリプトです。デフォルトでは 色調整 カテゴリの中にあります。
![]() 適用前 |
![]() 適用後 |
グラデーションマップを適用するスクリプトです。デフォルトでは 色調整 カテゴリの中にあります。
-
スクリプトの選択
オブジェクトに適用したいスクリプトをプラグインの対象コンボボックスから選択します。 -
スクリプトの追加
オブジェクトを選択した状態で反映ボタンを押すと、1 で指定したスクリプトがオブジェクトに追加されます。すでに同じスクリプトが追加されている場合は追加されません。 -
グラデーションの反映
反映ボタンが押されている状態でプラグインのグラデーションを編集すると、スクリプト側に変更が反映されます。
MIT License に基づくものとします。
ThirdPartyNotices を参照してください。
MIT License
MIT License
Copyright (c) 2025 karoterra
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
MIT License
Copyright (c) 2026 Nanashi. <sevenc7c.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
CHANGELOG を参照してください。



