Skip to content

Commit 40d8cfb

Browse files
committed
Grouped parameters.
1 parent 7ff2138 commit 40d8cfb

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: write
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
submodules: recursive
2828

RadRotDirBlur_S.anm2

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SOFTWARE.
2222

2323
https://mit-license.org/
2424
]]
25-
--information:RadRotDirBlur_S v1.03 (for beta20) by σ軸
25+
--information:RadRotDirBlur_S v1.04-beta1 (for beta22a) by σ軸
2626
--label:ぼかし
2727
--track0:移動X,-4000,4000,0,0.01
2828
--track1:移動Y,-4000,4000,0,0.01
@@ -31,9 +31,12 @@ https://mit-license.org/
3131
--value@center:中心,{0,0}
3232
--track@amount:強さ,-200,200,100,0.01
3333
--track@rel_pos:相対位置,-100,100,0,0.01
34+
--group:色収差設定,false
3435
--select@chroma:色収差=0,赤青A=0,赤緑A=1,緑青A=2,赤青B=3,赤緑B=4,緑青B=5
3536
--track@chrm_abrr:色収差強さ,-100,100,0,0.01
36-
--check@keep_size:サイズ固定,0
37+
--group
38+
--check@keep_size:サイズ固定,false
39+
--group:その他,false
3740
--value@quality:精度,512
3841
--value@PI:PI,{}
3942
--[[pixelshader@apply:
@@ -170,8 +173,7 @@ rel_pos = tonumber(PI.rel_pos) or rel_pos;
170173
chroma = tonumber(PI.chroma) or chroma;
171174
chrm_abrr = tonumber(PI.chrm_abrr) or chrm_abrr;
172175
if type(PI.keep_size) == "boolean" then keep_size = PI.keep_size;
173-
elseif type(PI.keep_size) == "number" then keep_size = PI.keep_size ~= 0;
174-
else keep_size = keep_size ~= 0 end
176+
elseif type(PI.keep_size) == "number" then keep_size = PI.keep_size ~= 0 end
175177
quality = tonumber(PI.quality) or quality;
176178

177179
-- normalize paramters.

0 commit comments

Comments
 (0)