12-24-2023, 05:07 PM
(This post was last modified: 12-24-2023, 05:48 PM by programmer_ceds.)
(10-03-2023, 04:40 PM)programmer_ceds Wrote:I will issue a new version of this script for GIMP V2.99/V3.0 once V2.99.18 or V3.0.0 has been released as there are problems in the earlier versions of V2.99.17 that prevent the script from working.(10-03-2023, 02:02 PM)vitforlinux Wrote: This script is really great... could I leave it alone?
It's not like me.
Since you can run the old scripts on Gimp 2.99.16 and 2.10 at the same time, why not do it on this one?
I had to delete the brush creation and replace it with a stock Gimp brush, because Gimp 2.99.16 would not be able to delete it.
Now Arrow V3 works in Gimp 2.10.34 and 2.99.16. Just one file with no need to choose the version suitable for your Gimp
https://github.com/vitforlinux-gimp/scm/...row_V3.scm
I'll have a look at this once I have downloaded the new master version that includes serious changes to the way scripts are handled.
The script will continue to create it's own brush - it can be deleted with gimp-resource-delete() (instead of (the removed) gimp-brush-delete())
There will still be two versions, one for GIMP V2.10.x and one for GIMP V2.99.18/V3.0.0 - this allows the script to be written in a way that removes the warning about scripts that take a single drawable being deprecated.
Update - just remembered that SF-OPTION doesn't work correctly when using script-fu-register-filter so we'll have to live with the deprecated messages for the time being. Still need V2.99.18 or V3.0.0 before I can upload a new version.