Closed Asd-g closed 1 year ago
Thanks, didn't know they were mandatory now. Updated. "Stabilization Tools Pack" is legacy and unmaintained, it uses a function called FillBorder(s) (had to remove the 's') I made way back but I keep the script for reference now only now because this area hasn't been explored too much.
Describe the bug Hi, I saw you have some FillBorders calls. If FillBorders 1.4.0 is used, there could be error.
To Reproduce
For example, in PadBorders you probably want to use
FillBorders(left=l,top=t,right=r,bottom=b,mode=6)
.I didn't check the usage of FillBorders in
Stabilization Tools Pack.avsi
but if the values aren't used with named parameters, there will be error too.