@@ -22,7 +22,7 @@ SOFTWARE.
2222
2323https://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;
170173chroma = tonumber(PI.chroma) or chroma;
171174chrm_abrr = tonumber(PI.chrm_abrr) or chrm_abrr;
172175if 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
175177quality = tonumber(PI.quality) or quality;
176178
177179-- normalize paramters.
0 commit comments