01-30-2022, 09:19 AM
(01-30-2022, 08:46 AM)Ofnuts Wrote:(01-30-2022, 08:38 AM)Undertaker666 Wrote:(01-29-2022, 11:54 PM)Pocholo Wrote:Hey thanks for your response, the code does not work if I comment just the code the script loads, and if I uncomment it the script will not load at all. Am I doing something wrong?Code:
pdb.python_gegl(image, layer,
"shadows=parameter highlights=parameter whitepoint=parameter radius=parameter compress=parameter shadows-ccorrect=parameter highlights-ccorrect=parameter")
Are you replacing the various instances of "parameter" by a useful value?
I actually made it work, it's missing the name of the command in the code. Here's my code that works:
pdb.python_gegl(image, drawable, "shadows-highlights shadows=35 highlights=-35")
pdb.python_gegl(image, drawable, "color-enhance")
Any way to get the name of the command to appear in the history tab and not geglcommand?