Skip to content

Commit 885a65c

Browse files
committed
Doc: Update README and version information
1 parent 12dd964 commit 885a65c

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
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

@@ -38,7 +38,7 @@
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

@@ -48,12 +48,6 @@
4848

4949
- Shutter Phase: `-shutter_angle`で固定.
5050

51-
### 制限項目
52-
53-
`beta12`で提供されているライブラリのみを使用したため制限された.
54-
55-
- Object ID (オブジェクト固有な値)
56-
5751
### 追加項目
5852

5953
新たに追加した機能.
@@ -158,7 +152,7 @@
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

@@ -179,7 +173,6 @@
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
259252
https://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
- リサイズ計算の精度向上.

dll_src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_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.
55
set(LUA_DIR "${CMAKE_SOURCE_DIR}/../.lua")

0 commit comments

Comments
 (0)