(02-18-2022, 10:43 AM)Ofnuts Wrote: Actually, considering that stars are regular characters in Unicode, you can generate the whole thing as a curved text (or as two curved pieces of texts). Uisng the "Repeat" layout in my ofn-text-along-path script, you just give it one star character and it will repeat it as many times as needed to cover the path.
Thank you, I have downloaded it, restarted gimp, but the only one I see is this one
Not a brush, I think that is just too complicated. Similar to Ofnuts suggestion but using older scripts.
As mentioned before, shape-paths.scm to make the initial path shape.
A utility PathRotator2.scm to easily duplicate the initial path around a circle. PathRotator2.zip attached, unzip put in your scripts folder.
02-18-2022, 01:11 PM (This post was last modified: 02-18-2022, 02:08 PM by hendrikbez.)
(02-18-2022, 12:29 PM)rich2005 Wrote: Not a brush, I think that is just too complicated. Similar to Ofnuts suggestion but using older scripts.
As mentioned before, shape-paths.scm to make the initial path shape.
A utility PathRotator2.scm to easily duplicate the initial path around a circle. PathRotator2.zip attached, unzip put in your scripts folder.
(02-18-2022, 12:29 PM)rich2005 Wrote: Not a brush, I think that is just too complicated. Similar to Ofnuts suggestion but using older scripts.
As mentioned before, shape-paths.scm to make the initial path shape.
A utility PathRotator2.scm to easily duplicate the initial path around a circle. PathRotator2.zip attached, unzip put in your scripts folder.
I did copy the scm file into plug-ins folder, there are 3 of scm files, then I have refresh scrips and restart gimp, but when I go to help/plug-in browser I do no see this 2, I want to see where they are on the menu.
02-18-2022, 04:52 PM (This post was last modified: 02-18-2022, 04:56 PM by Krikor.)
(02-18-2022, 01:11 PM)hendrikbez Wrote: Hi rich2005
I did copy the scm file into plug-ins folder, there are 3 of scm files, then I have refresh scrips and restart gimp, but when I go to help/plug-in browser I do no see this 2, I want to see where they are on the menu.
Not in the plugins folder, but in the scripts folder!
Files with .py extensions you place them in the plugins folder.
With the .scm extension, place them in the scripts folder.
.scm files do not require gimp to be restarted! Just Filters - Script-Fu - Refresh Scripts
(02-18-2022, 01:11 PM)hendrikbez Wrote: Hi rich2005
I did copy the scm file into plug-ins folder, there are 3 of scm files, then I have refresh scrips and restart gimp, but when I go to help/plug-in browser I do no see this 2, I want to see where they are on the menu.
Not in the plugins folder, but in the scripts folder!
Files with .py extensions you place them in the plugins folder.
With the .scm extension, place them in the scripts folder.
.scm files do not require gimp to be restarted! Just Filters - Script-Fu - Refresh Scripts
Thank you
I would have put the py in scripts because py is a script.
02-19-2022, 12:28 AM (This post was last modified: 02-19-2022, 12:28 AM by Ofnuts.)
(02-18-2022, 11:19 AM)hendrikbez Wrote:
(02-18-2022, 10:43 AM)Ofnuts Wrote: Actually, considering that stars are regular characters in Unicode, you can generate the whole thing as a curved text (or as two curved pieces of texts). Uisng the "Repeat" layout in my ofn-text-along-path script, you just give it one star character and it will repeat it as many times as needed to cover the path.
Thank you, I have downloaded it, restarted gimp, but the only one I see is this one
That's the one... The ZIP that you downloaded contains a sizeable HTML doc with explanations and pictures. Recommended reading (just open the HTML with your browser).