Gimp-Forum.net
Inserting pdb.python_gegl command in my code - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+---- Forum: Scripting questions (https://www.gimp-forum.net/Forum-Scripting-questions)
+---- Thread: Inserting pdb.python_gegl command in my code (/Thread-Inserting-pdb-python-gegl-command-in-my-code)



Inserting pdb.python_gegl command in my code - Pocholo - 01-29-2022

Hi guys! I'm trying to implement a Gegl command in my code and it's not working.

Using the Bump map filter I have this:

Code:
pdb.python_gegl(img, layer, 

   "bump-map type=linear compensate=True invert=False tiled=False azimuth=220 elevation=30 depth=20 offset-x=0 offset-y=0 waterlevel=1.00 ambient=1.00")
[/code]

What am I missing here? Thank you in advance!



RE: Inserting pdb.python_gegl command in my code - Pocholo - 01-30-2022

(01-29-2022, 11:09 PM)Pocholo Wrote: Hi guys! I'm trying to implement a Gegl command in my code and it's not working.

Using the Bump map filter I have this:

Code:
pdb.python_gegl(img, layer, 

   "bump-map type=linear compensate=True invert=False tiled=False azimuth=220 elevation=30 depth=20 offset-x=0 offset-y=0 waterlevel=1.00 ambient=1.00")
[/code]

What am I missing here? Thank you in advance!


rich2005 you can delete this thread if you desire to. MareroQ answered the question @gimpchat.