Can not find python function (either gimp.xxxx() or pdb.gimp_xxxxx() ) that will actually APPLY the gradient selected as current with either
gimp.gradients_set_active(<gradientName>) (which seems to have disappeared) or
pdb.gimp_context_set_gradient(<gradientName>)
I have seemingly spent an eternity browsing the web, s.o., and the gimp procedural database to find something that will actually FILL a LAYER/drawable/selection with a GRADIENT along a PATH with no success.
the pdb fill functions have an option for pattern fill, but no gradient and no stroke path. the pdb stroke functions only apply the current foreground along a path.
everything on the web is about >creating< a gradient -- but I have the gradients - just no way to apply/fill/stroke them from a script.
code: SEE above