Skip to content

Commit 1175d68

Browse files
committed
Added extra precisions to certain parameters.
+ Fixed date in history in README. + Confirmed to work on beta3.
1 parent a17b29e commit 1175d68

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
http://spring-fragrance.mints.ne.jp/aviutl
2020

21-
- `beta2` で動作確認済み.
21+
- `beta3` で動作確認済み.
2222

2323
## 導入方法
2424

@@ -155,7 +155,12 @@ $$
155155

156156
## 改版履歴
157157

158-
- **v1.00 (for beta2)** (2025-04-13)
158+
- **v1.01 (for beta3)** (2025-07-20)
159+
160+
- `拡大率``色収差強さ` の精度を 1 桁追加.
161+
- `AviUtl ExEdit2 beta3` での動作確認.
162+
163+
- **v1.00 (for beta2)** (2025-07-19)
159164

160165
- 初版.
161166
- [拡張編集 0.92 版](https://github.com/sigma-axis/aviutl_script_RadRotDirBlur_S) から移植.

RadRotDirBlur_S.anm2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ SOFTWARE.
2222

2323
https://mit-license.org/
2424
]]
25-
--information:RadRotDirBlur_S v1.01-beta1 (for beta2) by σ軸
25+
--information:RadRotDirBlur_S v1.01 (for beta3) by σ軸
2626
--label:ぼかし
2727
--track0:移動X,-4000,4000,0,0.01
2828
--track1:移動Y,-4000,4000,0,0.01
29-
--track@rad:拡大率,1,1000,100,0.01
29+
--track@rad:拡大率,1,1000,100,0.001
3030
--track@rot:回転角,-720,720,00,0.01
3131
--value@center:中心,{0,0}
3232
--track@amount:強さ,-200,200,100,0.01
3333
--track@rel_pos:相対位置,-100,100,0,0.01
3434
--select@chroma:色収差=0,赤青A=0,赤緑A=1,緑青A=2,赤青B=3,赤緑B=4,緑青B=5
35-
--track@chrm_abrr:色収差強さ,-100,100,0,0.1
35+
--track@chrm_abrr:色収差強さ,-100,100,0,0.01
3636
--check@keep_size:サイズ固定,0
3737
--value@quality:精度,512
3838
--value@PI:PI,{}

0 commit comments

Comments
 (0)