Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Single Dose - Glossy stroke 3d.py
#17
Rich, Thanks for your confirmation it's working for you too.

Krikor, From the above posts it's clear we are all making the same edits (the commenting out does the same job).

From your image in post #10 it's clear that for some reason you are not running the modified code as the brush selector is still there.

I would try two things:

1. Move the plugin file out of the plugins folder to a folder away from anything to do with gimp. Restart gimp. Is the plugin still available from the menu? It should not be.

2. Make just one trivial change to some text in the plugin e.g. change just the one word Color in the line below to something else:

    Change this line:
    (PF_COLOR, "fg_color", "Color:", (0, 157, 255)),
    to this line:
    (PF_COLOR, "fg_color", "Testing:", (0, 157, 255)),

Put the plugin back into the plugins folder. Restart gimp. Has the text in the dialog box changed to say Testing instead of Colour?

This will help confirm if you are running the correct plugin code or not.

It may not matter much for this plugin as you have a workaround, but generally you need to know what code you are running.
Reply


Messages In This Thread
Single Dose - Glossy stroke 3d.py - by Krikor - 01-18-2022, 10:54 AM
RE: Single Dose - Glossy stroke 3d.py - by Ofnuts - 01-18-2022, 11:43 AM
RE: Single Dose - Glossy stroke 3d.py - by Krikor - 01-18-2022, 06:44 PM
RE: Single Dose - Glossy stroke 3d.py - by Ofnuts - 01-18-2022, 08:37 PM
RE: Single Dose - Glossy stroke 3d.py - by teapot - 01-25-2022, 10:43 PM
RE: Single Dose - Glossy stroke 3d.py - by Krikor - 01-26-2022, 12:59 AM
RE: Single Dose - Glossy stroke 3d.py - by teapot - 01-26-2022, 06:06 AM
RE: Single Dose - Glossy stroke 3d.py - by Krikor - 01-26-2022, 04:40 PM
RE: Single Dose - Glossy stroke 3d.py - by teapot - 01-26-2022, 07:30 PM
RE: Single Dose - Glossy stroke 3d.py - by Krikor - 01-27-2022, 11:39 AM
RE: Single Dose - Glossy stroke 3d.py - by Krikor - 01-27-2022, 03:05 PM
RE: Single Dose - Glossy stroke 3d.py - by Krikor - 01-27-2022, 06:24 PM
RE: Single Dose - Glossy stroke 3d.py - by Krikor - 01-27-2022, 06:45 PM
RE: Single Dose - Glossy stroke 3d.py - by teapot - 01-27-2022, 10:23 PM
RE: Single Dose - Glossy stroke 3d.py - by Krikor - 01-28-2022, 01:40 AM
RE: Single Dose - Glossy stroke 3d.py - by arifk - 02-15-2022, 05:40 PM
RE: Single Dose - Glossy stroke 3d.py - by arifk - 02-16-2022, 11:03 AM
RE: Single Dose - Glossy stroke 3d.py - by Ofnuts - 02-18-2022, 09:47 AM
RE: Single Dose - Glossy stroke 3d.py - by Ofnuts - 02-16-2022, 12:52 AM

Forum Jump: