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

New update: color_bevel_text.py version 2

Fri Jun 12, 2020 7:48 pm

I found a Color bevel text.scm created by Graechan and I thought this was new until i went to Conbaguis old tutorial in the Wayback Machine: viewtopic.php?f=23&t=10198 . I guess Conbagui recreated once again this tutorial at http://fav.me/ddz20c6. This is New version of conbagui's Color bevel text adapted from his latest tutorial.

This is the Result with the plugin dialog box

Image

**Updated to version 2
Made and alternative for "user's own text creation" in Filters/Alpha to Logo.
Also made it bumpier.

Image

Re: New color_bevel_text.py

Sat Jun 13, 2020 12:54 pm

Pocholo :wvy
Nice effect . :tyspin

Re: New color_bevel_text.py

Sat Jun 13, 2020 11:36 pm

Thank you level_0!, I'm still in the learning process and what once I thought I never learn I had at least accomplished. I took an advised from ofnuts about Python scripting been easier than script-fu, and I love so far what I have learned. I created this script also and I'm going to post it.

Image

Re: New color_bevel_text.py

Sun Jun 14, 2020 2:11 pm

:wvy Pocholo
I like this plugin :) First try.

Image

Re: New color_bevel_text.py

Sun Jun 14, 2020 3:54 pm

Image

Image

Image

Image

Re: New color_bevel_text.py

Sun Jun 14, 2020 3:59 pm

Very cool artwork, Level_0!

Re: New color_bevel_text.py

Sun Jun 14, 2020 4:04 pm

mahvin, don't make fun of me! :)
I basically try to relax by forgetting the political and social news.

Re: New color_bevel_text.py

Sun Jun 14, 2020 4:10 pm

Image

Re: New color_bevel_text.py

Sun Jun 14, 2020 4:38 pm

Image

Image

Re: New color_bevel_text.py

Sun Jun 14, 2020 8:55 pm

I'm glad you're enjoying the plugin, level_0! :yes

Re: New update color_bevel_text.py version 2

Tue Aug 09, 2022 10:43 pm

Updated to version 2! :hi5

Re: New update color_bevel_text.py version 2

Wed Aug 10, 2022 2:00 am

Pocholo wrote:Updated to version 2! :hi5

Thx but you must fix this. :rofl

Code:
register(
    "color_bevel_text_atl",
    "Creates a coloring bevel text",
    "Creates a coloring bevel text",
    "Pocholo",
    "Pocholo",
    "2020",
    "Color bevel text atl",

Re: New update: color_bevel_text.py version 2

Wed Aug 10, 2022 2:26 am

Took me a minute to figure out what was going on in there but i got it working now. :) :bigthup

color-bevel-2-fixed_RD-2022-08-10_032015.jpg
color-bevel-2-fixed_RD-2022-08-10_032015.jpg (206.23 KiB) Viewed 442 times

Re: New update: color_bevel_text.py version 2

Wed Aug 10, 2022 2:33 am

Results from red ,white,and blue all the way down
color-bevel-2-fixed_RD-2022-08-10_032015.jpg
color-bevel-2-fixed_RD-2022-08-10_032015.jpg (315.22 KiB) Viewed 441 times



Very, VERY cool plugin man! :bigthup

Re: New update: color_bevel_text.py version 2

Wed Aug 10, 2022 3:34 am

And what do we think will happen with a flame fractal on a transparent layer? I am thinking 10 may still be too thick.

what-will-happen_RD-2022-08-10_042135.jpg
what-will-happen_RD-2022-08-10_042135.jpg (372.3 KiB) Viewed 432 times



HERE WE GO!

Tried it once and got a no width error. Tried it again with a selection and.

nothing_RD-2022-08-10_042841.jpg
nothing_RD-2022-08-10_042841.jpg (344.9 KiB) Viewed 432 times


Nothing.
Apparently you cannot run it on flame renders?

Re: New update: color_bevel_text.py version 2

Wed Aug 10, 2022 3:39 am

Strange: when I put the update in the plugin folder, I can't find it anywhere in Gimp. The old one was visible (I removed it for the new one of course)

Re: New update: color_bevel_text.py version 2

Wed Aug 10, 2022 3:39 am

:huh

Re: New update: color_bevel_text.py version 2

Wed Aug 10, 2022 3:53 am

Text works great though. :)

color-to-bevel_RD-Test-Text.png
color-to-bevel_RD-Test-Text.png (1.9 MiB) Viewed 430 times


Strange: when I put the update in the plugin folder, I can't find it anywhere in Gimp. The old one was visible (I removed it for the new one of course)


And you won't until the author fixes the code. I fixed mine but i would rather wait for the original author to fix for everyone. :)

Re: New update: color_bevel_text.py version 2

Wed Aug 10, 2022 3:54 am

Thank you Pocholo. I only have it in Python-Fu

No under Pocholo
No under Color to Alpha

Re: New update: color_bevel_text.py version 2

Wed Aug 10, 2022 4:18 am

Issabella wrote:Thank you Pocholo. I only have it in Python-Fu

No under Pocholo
No under Color to Alpha


Morning Issabella!
As i said above the plugin code needs to be fixed by Pocholo. :)
The one you see in the ""Python-Fu" menu is the older one. The newer version will say color bevel text V2

2022-08-10_051151.jpg
2022-08-10_051151.jpg (431.8 KiB) Viewed 426 times


Of course yours will be under a menu named "Pocholo's Plugins" And the alpha to logo will be under Filters>Alpha to logo

I like to change the appearance of new filters to be where i want them. :) :bigthup
Post a reply