10-09-2024, 02:14 PM
(This post was last modified: 10-09-2024, 02:17 PM by vitforlinux.)
Crash solved... new error. (updated script)
Changed syntax of gimp-edit-copy:
Now the error is in line:
I think something would be needed to convert a vector to a number.
Thanks
Changed syntax of gimp-edit-copy:
Code:
(if (= (string->number (substring (car(gimp-version)) 0 3)) 2.10)
(gimp-edit-copy ShadowLayer)
(gimp-edit-copy 1 (vector ShadowLayer)))
Now the error is in line:
Code:
(gimp-floating-sel-anchor (car (gimp-edit-paste ShadowMask TRUE)))
I think something would be needed to convert a vector to a number.
Thanks