Attachment | Size |
---|---|
00-Isometric-Tile-and-Template_v1.0.scm | 6.08 KB |
demo-iso-tile-template.png | 3.71 KB |
This script-fu creates an isometric tile in your patterns and a template from it.
You can find ""00 - Isometric Tile and Template"" in File>Create>Patterns or in Filters>2D Isometric-Fu>
example:
Comments
'aset' no longer needed
Since GIMP 2.4, 'aset' is no longer needed to specify the elements of an array. Its usage is best avoided in newly written scripts.
The following code ...
...can be replaced by...
'aset' no longer needed
I expected a purist^^ tells me that about 'aset'.
I saw this too late when the script was already terminated.
There was also the fact that it was one of my first scripts and there is less example of script-fu on vectors.
It works for npw with Gimp 2.6 but maybe it will not in one of next version.
I'll rewrite it then.
Interesting Script to Play with.
Since I don't know how to upload images in here, here's a link to one I colored using the script.
http://www.gimpchat.com/viewtopic.php?p=12007#p12007
Image tags
http://registry.gimp.org/node/24505
Thanks mahvin.
Giving your tags a try.
Woo Hoo! Works.
Thanks
O
beautiful drawing
Cool! I did not think at all that someone would use this script to draw an Arlequin O.o
Thanks
Problem of refresh pattern in 2.8???
I try to see if my scripts are compatible with 2.8 and I had a surprise: Looks like the refresh of a pattern is not taken into account immediately in version 2.8.
However, the line "(gimp-patterns-refresh)" is present in the script and it worked with 2.6. If I remove the pattern and I run the script, it creates the new pattern, but if it already exists and I change the colors for example, it should update it soon.
Even manually, the refresh does not work.
So, I must restart Gimp for the pattern is taken into account. I have an old PC with Windows XP.
Any idea what is wrong?