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

GC-Lense-Flare not working in 2.10 Help!!! (Solved)

Sat Mar 16, 2019 8:04 pm

Does anybody know Graechan? He created a script "GC-Lense-Flare" and i have not see him here. Is he part of Gimpchat Coders?
I downloaded the script and when I try to use it, gave me this error:
"Unbound Variable: Interpolation Lanczos"
Can anybody guide me or help me how to fix it


viewtopic.php?f=9&t=11635&hilit=gc+flare

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 8:13 pm

Pocholo wrote:Does anybody know Graechan? He created a script "GC-Lense-Flare" and i have not see him here. Is he part of Gimpchat Coders?
I downloaded the script and when I try to use it, gave me this error:
"Unbound Variable: Interpolation Lanczos"
Can anybody guide me or help me how to fix it


viewtopic.php?f=9&t=11635&hilit=gc+flare

Quite a bit needs to be fixed in the script in order for it to run in GIMP 2.10. Mainly the mode parameters. I will see what i can do. :bigthup

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 8:34 pm

Thanks a lot Rod, I I'll appreciated. Wow that was a fast answer :clap

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 8:43 pm

There is no longer that parameter available so i changed it to
Code:
INTERPOLATION-LOHALO


Everything fixed in the script except for this one error. Same one i get for his fill brush script.

Code:
Error while executing script-fu-gc-lens-flare:

Error: ( : 1) atom->string: needs 1 argument(s)


I will keep working on it.

:ninja

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 8:48 pm

Seems to work ok if you do not select to display path information on the widget itself.

I attached the script. Ill keep working on it. I will attach it here when i get it fixed.

GC Lens-Flare.scm
(16.67 KiB) Downloaded 133 times


You will find it under Filters>Light and Shadow>GC Lens-Flare

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 9:02 pm

Strange.
For some reason this parameter
Code:
plug-in-gauss-rle2
according to the procedure browser allows for a max of 500. BUT it will only allow for 250. Or it errors out.

Well i attached the newer version here. REMEMBER you still cannot display path info or it will also error out. Still trying to see whats up with that.

GC Lens-Flare.scm
(16.67 KiB) Downloaded 177 times

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 9:09 pm

Results from these settings on pretty big text.

Image

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 9:12 pm

Remember to use the script you need to create a 3 point path (3 anchors) before you run the filter.

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 9:26 pm

Another useful piece of information.
If you first copy the 3 point path in the paths dialog (right click copy path), you can then run the filter on the first path and then paste the same path Edit>Paste and run the script again in the same place for a brighter effect.

Image

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 9:26 pm

Thank a lot Rod. I appreciate that you took your time to fix this script and help me. Man, I thank you again! :tyspin

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 9:28 pm

Pocholo wrote:Thank a lot Rod. I appreciate that you took your time to fix this script and help me. Man, I thank you again! :tyspin

No problem. Just remember to download the second attachment for the taper correction. :bigthup

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sat Mar 16, 2019 9:45 pm

It's working 100 percent, now. :hi5

Image

Re: GC-Lense-Flare not working in 2.10 Help!!!

Sun Mar 17, 2019 1:41 am

Pocholo wrote:It's working 100 percent, now. :hi5

[ Image ]


Awesome! :bigthup

Re: GC-Lense-Flare not working in 2.10 Help!!! (Solved)

Sun Mar 17, 2019 2:15 am

I noticed an error upon using a selection instead of a path in the script so....

This version allows you to use a selection as well as a path. :)

GC Lens-Flare.scm
(16.69 KiB) Downloaded 140 times

Re: GC-Lense-Flare not working in 2.10 Help!!! (Solved)

Sun Mar 17, 2019 2:17 am

Image

Re: GC-Lense-Flare not working in 2.10 Help!!! (Solved)

Sun Mar 17, 2019 8:54 am

Rod wrote:I noticed an error upon using a selection instead of a path in the script so....

This version allows you to use a selection as well as a path. :)

GC Lens-Flare.scm


Neat! I'm going to try it :coolthup
Post a reply