Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Re: small ancillary filters (33, index on first post)

Thu Aug 29, 2019 2:25 pm

Nidhogg wrote:Yeah I got the post number wrong. But my outcome of the Rachel Melvin from the fandom page looks exactly same than yours.
How do you change the Mandelbulb? I don't see much difference if I type "Mandel_500" or leave it as it is.


For the Mandelbulb, I look at the gradients and input Mandelbulb_x (x being the number of the gradient) in place of the word Mandel itself.
Image

Does that make sense?

Re: small ancillary filters (33, index on first post)

Thu Aug 29, 2019 2:32 pm

That's what I did, but didn't see much of a difference in colours. Maybe I had too small number in the colour areas setting, will test more.

Re: small ancillary filters (33, index on first post)

Thu Aug 29, 2019 3:12 pm

Nidhogg wrote:That's what I did, but didn't see much of a difference in colours. Maybe I had too small number in the colour areas setting, will test more.


I think it depends on the gradient being used as well as the photo.

Re: small ancillary filters (33, index on first post)

Sat Aug 31, 2019 2:50 pm

Back home (end of vacations).
Did a couple of tests:
1-using Mandelbulb-225
2-using Mandelbulb-231
Results are visibly different.
All other parameters left to default.
test-using-Mandelbulb_225.jpg
test-using-Mandelbulb_225.jpg (3.77 MiB) Viewed 4395 times

test-using-Mandelbulb_231.jpg
test-using-Mandelbulb_231.jpg (4.19 MiB) Viewed 4395 times

Filter used:
DIEGO_ARTISTIC_MultiColouredParticles.7z
(3.93 KiB) Downloaded 155 times

Re: small ancillary filters (33, index on first post)

Sat Aug 31, 2019 3:06 pm

BTW:
This is the output leaving all defaults (that is: Mandel, the filter will select the colours from tha gradients having Mandel string in the name).
test-using-Mandel(default).jpg
test-using-Mandel(default).jpg (4.18 MiB) Viewed 4393 times

Re: small ancillary filters (33, index on first post)

Sun Sep 01, 2019 11:36 pm

Dinasset,

is this supposed to happen when calling up MultiColouredParticles?

Image

I downloaded the one you attached to your post. I'm using GIMP 2.10.12 windows 64 bit. I downloaded GIMP from gimp.org.

Re: small ancillary filters (33, index on first post)

Mon Sep 02, 2019 12:45 am

Not at all.
But I'm using Samj's 2.10.12 64bits.
Maybe conflict with the "particle-deposition" exe filter used?
This is the one I have and use:
particle-deposition.7z
(8.47 KiB) Downloaded 129 times

Re: small ancillary filters (33, index on first post)

Mon Sep 02, 2019 2:55 am

I tried using MultiColouredParticles and the same thing happened. The particle desposition filter works... just not on an image.

Particle Desposition:
Image

Re: small ancillary filters (33, index on first post)

Mon Sep 02, 2019 3:31 am

Particle Deposition and MultiColouredParticles works okay for me.
After removing gimpfu.py & gimpfu3.py (this was part of Arakne's move-along-path plug-in) I don't get python pop-up when launching gimp, but I still get it when using MultiColouredParticles.

Re: small ancillary filters (33, index on first post)

Mon Sep 02, 2019 3:48 am

Nidhogg wrote:Particle Deposition and MultiColouredParticles works okay for me.
After removing gimpfu.py & gimpfu3.py (this was part of Arakne's move-along-path plug-in) I don't get python pop-up when launching gimp, but I still get it when using MultiColouredParticles.


I use gimpfu.py for the layer fx. I don't think that's the conflict though. I get the python pop up when using MultiColouredParticles as well. I still can't get Particle Desposition to work work on an image.

Re: small ancillary filters (33, index on first post)

Mon Sep 02, 2019 6:17 am

I can repeat the problem of an additional python window in Gimp 2.10.12 64bit (from gimp.org) - when the plugin does not start with:
Code:
#!/usr/bin/env python

After a small correction - the console window does not appear.
Interesting that this is not a problem in the Portable Samj version.

Re: small ancillary filters (33, index on first post)

Mon Sep 02, 2019 7:03 am

Thanks MareroQ.
Removed initial empty comment.
DIEGO_ARTISTIC_MultiColouredParticles.7z
(3.91 KiB) Downloaded 148 times

Re: small ancillary filters (33, index on first post)

Mon Sep 02, 2019 8:20 am

dinasset, for what it's worth going forward, on Windows 10 64-bit using python scripts, one only needs to add #!/usr/bin/env python as the first line.

Neither the ' ' ' comments ' ' ' below that line nor the original initialization string "#!/usr/bin/env python" below the comments need to be deleted for the plugin to work.

Re: small ancillary filters (33, index on first post)

Mon Sep 02, 2019 1:03 pm

Both filters work. However the Particle Desposition filter still doesn't work on an image, only on a gradient. The Particle Desposition filter itself is extremely slow.
Post a reply