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

Re: Bend Text-Logo as helper Ofn-bend-path

Tue Dec 10, 2019 5:36 pm

Very creative use of paths MareroQ. One can always edit the created paths to tweak it the way they want.

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 1:55 am

fishing.jpg
fishing.jpg (99.61 KiB) Viewed 1649 times

Thank you MareroQ. Have just installed Rel 0.4.
I like being able to add bits and pieces to the design.
Lots of fun.

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 2:16 am

@P1937
I like your result.
Have you used LayerFX?

@racer-x
racer-x wrote:... One can always edit the created paths to tweak it the way they want.


Touchdown! - I will no longer add new styles - because probably 256 is enough for "quick" fun (unless someone asks for some other that if I can add).

Ver.0.5 experimental.

I'm still testing the interactive call (* .py -> * .py).
As another attempt I used the LayerFX.py call.
I know that you can use Fx as a postprocess and that for Gimp 2.10.14 it doesn't work without a patch (there are other threads in this case).
If you have a working LayerFX.py plugin, please let me know if the interactive call:
Stroke: "FX Inner Glow", "FX Outer Glow" also works for you as expected?

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 6:02 am

Tested v05. The FXinner glow reports error, but the FXouter glow works and looks great.

mq.jpg
mq.jpg (174.55 KiB) Viewed 1622 times

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 6:13 am

MareroQ wrote:Rel 0.4.

Thank you for including a minimal version !

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 9:02 am

@Konstantin.
I know you would do it yourself - but it probably would require a bit more lost time (if you know exactly where - then copy / paste took less than a minute in this case).
I am also curious which version will be chosen more often by users...


@Racer-X
Thank you for the test.
I made a mistake in FX Inner Glow - can you try again?

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 9:20 am

Yes, FX Inner Glow works perfectly now. Thanks!

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 1:18 pm

@Racer-X

Thank you for repeating the test.
Now I have 3 cases to figure out:
- Ofn-bend-path.py cannot be invoked interactively,
- Custom_Font_Metallic_Effects_003.py can be invoked interactively but with a cut gui,
- LayerFX.py can be invoked correctly interactively.
(...but I'm starting to doubt if I can decipher it myself...)

@Konstantin

Regarding:
- Repeat (Ctr + F)
- Re-Show (Shift + Ctr + F)
as I thought - running with an existing image allows you to activate these functions.

After adding PF_IMAGE, PF_DRAWABLE, image type (any - because it will still create a new one) you can move the location in the menu - and so I did (now: Filters/Path/Bend path by style ...)
This version is attached.

Information for anyone interested - it is easy to change it as you like by editing:
menu location - line 224
plugin name in the menu - line 172.

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 1:53 pm

MareroQ wrote:@Konstantin

Regarding:
- Repeat (Ctr + F)
- Re-Show (Shift + Ctr + F)
as I thought - running with an existing image allows you to activate these functions.

Great job !! :clap

Is it possible to make another small edit to the minimal plug-in version, please ?
I like that it generates a textlayer, but it would be even better if that texlayer is turned off by default, so its not in the way.

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 2:29 pm

If the text layers are to be invisible in line 25 add:
Code:
   pdb.gimp_item_set_visible(text_layer, 0)

If you want to automatically delete it on the line 158 add:
Code:
   pdb.gimp_image_remove_layer(image, text_layer)


or I can add an option:
Text layer: No Changes / Invisible / Delete


Decide yourself :hehe

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 2:58 pm

Tried downloading and installing the mini version and I get nothing when I run gimp:
Image
Image
Image

It also shows up in the procedure browser

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 3:09 pm

mackenzie :wvy

I see that you have filters from Alpha to logo.
I deleted them a while ago because I finally noticed that they were the cause of my problems with the Bevel Reflect logo

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 3:15 pm

@mackenzieh

Zbyt częste zmiany? :mrgreen:
In post 48 - (now: Filters/Path/Bend path by style ...)

The latest mini version post 50.

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 3:16 pm

level_0 wrote:mackenzie :wvy

I see that you have filters from Alpha to logo.
I deleted them a while ago because I finally noticed that they were the cause of my problems with the Bevel Reflect logo


:wvy
The Alpha to Logo isn't the problem.. it's the mini version of the Text-Logo Bend plugin. The others are fine. I'm just wondering why this one doesn't show up like its supposed to.

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 3:23 pm

MareroQ wrote:If the text layers are to be invisible in line 25 add:
Code:
   pdb.gimp_item_set_visible(text_layer, 0)

If you want to automatically delete it on the line 158 add:
Code:
   pdb.gimp_image_remove_layer(image, text_layer)


or I can add an option:
Text layer: No Changes / Invisible / Delete


Decide yourself :hehe


I installed the plug in but it still doesn't show up in gimp:
Image

Another thing that happens is, the plugin kicks out my other plugins that I had which means I have to go into preferences and set the paths so GIMP will recognize them. It's just weird.

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 3:53 pm

Because the mini version does not create a typical Logo but only the path - I changed the location (as I wrote)
Filters-> Path-> Bend path by style ...

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 7:05 pm

MareroQ wrote:Because the mini version does not create a typical Logo but only the path - I changed the location (as I wrote)
Filters-> Path-> Bend path by style ...


Okay, so where is the plug in?

Re: Bend Text-Logo as helper Ofn-bend-path

Wed Dec 11, 2019 11:02 pm

Look at the screenshots :hi5

Re: Bend Text-Logo as helper Ofn-bend-path

Thu Dec 12, 2019 1:26 am

MareroQ wrote:Look at the screenshots :hi5


I have it. :)

Re: Bend Text-Logo as helper Ofn-bend-path

Thu Dec 12, 2019 1:39 am

Ref Post 43
No I had not used Layer FX at that stage.
Have now installed version 5.
Layer FX working well.
I have one request if it is possible - adding a shadow. It is quite easy to do manually, however would be nice in the process if possible.
Post a reply