Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
plug in bump map: Works manually, but not using a Python procedure
#2
Unfortunately I can only confirm the problem. The Python API is OK on Gimp 2.8.

In the case at hand, you will notice the big "G" icon in the menu entry. This means that the function is implemented with GEGL, which is the new "core" in Gimp. The plugin is a backward-compatibility facade that calls the GEGL code but in this case it doesn't work (it works for others, for instance the Gaussian blur).

However since this is GEGL, you can call the GEGL function directly, but this is somewhat more complicated.
Reply


Messages In This Thread
RE: plug in bump map: Works manually, but not using a Python procedure - by Ofnuts - 09-05-2020, 10:26 PM

Forum Jump: