File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1111
1212## 動作確認
1313
14- - [ AviUtl ExEdit2 beta12 ] ( https://spring-fragrance.mints.ne.jp/aviutl/ )
14+ - [ AviUtl ExEdit2 beta14 ] ( https://spring-fragrance.mints.ne.jp/aviutl/ )
1515
1616> [ !CAUTION]
17- > beta12以降必須 .
17+ > beta14以降必須 .
1818
1919## 導入・削除・更新
2020
3838
3939## ` ObjectMotionBlur@MotionBlur_K ` との相違点
4040
41- このスクリプトは[ ObjectMotionBlur@MotionBlur_K] ( https://github.com/korarei/AviUtl_MotionBlur_K_Script ) の劣化移植版である .いくつかの機能が削除,制限 ,追加されている.
41+ このスクリプトは[ ObjectMotionBlur@MotionBlur_K] ( https://github.com/korarei/AviUtl_MotionBlur_K_Script ) の移植版である .いくつかの機能が削除,追加されている.
4242
4343### 削除項目
4444
4848
4949- Shutter Phase: ` -shutter_angle ` で固定.
5050
51- ### 制限項目
52-
53- ` beta12 ` で提供されているライブラリのみを使用したため制限された.
54-
55- - Object ID (オブジェクト固有な値)
56-
5751### 追加項目
5852
5953新たに追加した機能.
158152
159153 表示される情報は以下のとおり
160154
161- - Object ID (所謂` Object Index ` .GeometryはObject IDごとに保存される.)
155+ - Object ID (所謂` obj.id ` .GeometryはObject IDごとに保存される.)
162156
163157 - Index (所謂` obj.index ` .個別オブジェクトのインデックス.)
164158
179173 resize = true , -- booleanも可
180174 geo_cache = 0 ,
181175 cache_ctrl = 0 ,
182- object_id = 0 ,
183176 mix = 0.0 ,
184177 print_info = false , -- booleanも可
185178 }
@@ -259,6 +252,10 @@ Doug Lea and released to the public domain, as explained at
259252https://creativecommons.org/licenses/publicdomain
260253
261254## Change Log
255+ - ** v1.0.0**
256+ - ` Object ID ` をスクリプト側で入手できるように変更.
257+ - ` Print Information ` で表示される` Required Samples ` が1少なかった問題の解決.
258+
262259- ** v0.2.2**
263260 - luaの` require ` から呼び出せるように変更.
264261 - リサイズ計算の精度向上.
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.20.0)
2- project (ObjectMotionBlur_LK VERSION 0.2.2 LANGUAGES CXX)
2+ project (ObjectMotionBlur_LK VERSION 1.0.0 LANGUAGES CXX)
33
44# Path Settings.
55set (LUA_DIR "${CMAKE_SOURCE_DIR} /../.lua" )
You can’t perform that action at this time.
0 commit comments