Dear developers,
Is there anyway to change the order of a “Gimp.DrawableFilter” in the Layer Effects stack using Python? I’m needing a “Gimp.DrawableFilter.get_position()” and “Gimp.DrawableFilter.set_position()” functionality because my plug-in creates and removes filters at the user’s whim. These functions would definitely come in handy considering the filter’s flexible order, longevity, and reusability properties.
Thanks for the tip. The “Gimp.Drawable.get_filters(layer)” is actually something I could use to get a halfway solution. I’ve never made a Gimp feature request. Where would I go to do that?