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

Re: Pocholo's HULK Text Now Available at gimpscripts.net

Sun Jul 10, 2022 12:22 am

Tas_mania wrote:To get pm_hulk_v3.py to appear in my GImp menus I modified line 176.

"_("FG to BG (RGB)")", #gradient
to
"_(FG to BG (RGB))", #gradient

[ Image ]

It still throws an error regarding line 186 but after the script has run so no worries.
Can you check it out Pocholo?


The quotation marks that you wrote are wrong and are too many in your first sample. They should be inside the main parenthesis,

Instead of:
Code:
"_("FG to BG (RGB)")",   #gradient


Try it in both line 176 and 308
Code:
_("FG to BG (RGB)")


I'm going to bed it's late here in the USA, so let me know how that works out for you. I will see your answer tomorrow. Nite, Nite!

Re: Pocholo's HULK Text Now Available at gimpscripts.net

Sun Jul 10, 2022 12:28 am

Mahvin I told you to fix the translation code _("FG to BG (RGB)") in Line 176, but did not tell you to do the same in Line 308. My bad :oops: . The script have two menus, so it have to have it in both Layerfx gradient overlay.

Re: Pocholo's HULK Text Now Available at gimpscripts.net

Sun Jul 10, 2022 10:05 am

Pocholo wrote:Mahvin I told you to fix the translation code _("FG to BG (RGB)") in Line 176, but did not tell you to do the same in Line 308. My bad :oops: . The script have two menus, so it have to have it in both Layerfx gradient overlay.


File has been modified for both lines.

Re: Pocholo's HULK Text Now Available at gimpscripts.net

Sun Jul 10, 2022 6:12 pm

Works well for me now - congratulations guys :bigthup

Re: Pocholo's HULK Text Now Available at gimpscripts.net

Sun Jul 10, 2022 8:04 pm

Good to know Tas :yes
Post a reply