I must not have Python installed either... (no preview... [sniff]). But the script-fu works well enough.
Interestingly, though, it doesn't appear as a submenu on the Layers menu, but under the Script-fu menu instead.
I must not have Python installed either... (no preview... [sniff]). But the script-fu works well enough.
Interestingly, though, it doesn't appear as a submenu on the Layers menu, but under the Script-fu menu instead.
I think, therefore I am a nerd.
Cogito, ergo sum nerdem.
Check out my blog: "The Undiscovered Author"
It's the story of a writer... follow me in my simple quest to get published, and share your own writing stories, adventures and writerly tips.
Pimping my worldmap here. Still WIP... long way to go, but I'm pretty proud of what I've done so far...
My tutorials: Using GIMP to Create an Artistic Regional Map ~ All My Tutorials
My GIMP Scripts: Rotating Brush ~ Gradient from Image ~ Mosaic Tile Helper ~ Random Density Map ~ Subterranean Map Prettier ~ Tapered Stroke Path ~ Random Rotate Floating Layer ~ Batch Image to Pattern ~ Better Seamless Tiles ~ Tile Shuffle ~ Scale Pattern ~ Grid of Guides ~ Fractalize path ~ Label Points
My Maps: Finished Maps ~ Challenge Entries ~ My Portfolio: www.cartocopia.com
Well, yeah, that's what it did for me, too. I gather any other script-fus I DL will go here, as well.
Then that explains it. Thanks!
So, to make the python one work instead, I'd have to uninstall GIMP, install Python, then reinstall GIMP, is that right?
Somewhat related, I found when trying out the "overlay pattern" effect that the pattern selected within the effect's dialog box is not the pattern that is actually used when you execute the effect. Instead, at least for me, it uses the currently active pattern selected before the effect is launched.
I think, therefore I am a nerd.
Cogito, ergo sum nerdem.
Check out my blog: "The Undiscovered Author"
It's the story of a writer... follow me in my simple quest to get published, and share your own writing stories, adventures and writerly tips.
Pimping my worldmap here. Still WIP... long way to go, but I'm pretty proud of what I've done so far...
It is actually up to the script author to pick where the script appears in the menus ("gets registered" in geek talk).
The Script-Fu menu is a bit of a throwback, and really, script authors should use the proper contextual location for what the effect does... It shouldn't manner to the use whether it is script-fu, python-fu or a compiled plugin, it should get registered where it makes sense (in this case, it SHOULD be in the Layers menu, IMOO)
That sounds like a bug...(checking)
...OK on line 1177 of the layerfx.scm file:
should beCode:(gimp-context-set-pattern origpattern)
-Rob A>Code:(gimp-context-set-pattern pattern)
My tutorials: Using GIMP to Create an Artistic Regional Map ~ All My Tutorials
My GIMP Scripts: Rotating Brush ~ Gradient from Image ~ Mosaic Tile Helper ~ Random Density Map ~ Subterranean Map Prettier ~ Tapered Stroke Path ~ Random Rotate Floating Layer ~ Batch Image to Pattern ~ Better Seamless Tiles ~ Tile Shuffle ~ Scale Pattern ~ Grid of Guides ~ Fractalize path ~ Label Points
My Maps: Finished Maps ~ Challenge Entries ~ My Portfolio: www.cartocopia.com
Hi
I just want to ask if this script-fu/python-fu is still needed, as I found some layer filters in my GIMP 2.7.1
My tutorials: Using GIMP to Create an Artistic Regional Map ~ All My Tutorials
My GIMP Scripts: Rotating Brush ~ Gradient from Image ~ Mosaic Tile Helper ~ Random Density Map ~ Subterranean Map Prettier ~ Tapered Stroke Path ~ Random Rotate Floating Layer ~ Batch Image to Pattern ~ Better Seamless Tiles ~ Tile Shuffle ~ Scale Pattern ~ Grid of Guides ~ Fractalize path ~ Label Points
My Maps: Finished Maps ~ Challenge Entries ~ My Portfolio: www.cartocopia.com