Gimp.DrawableFilter.set_aux_input

@accepts(Gimp.DrawableFilter, unicode, Gimp.Drawable)
@returns(none)
def set_aux_input(self, input_pad_name, input):
    # Python wrapper for gimp_drawable_filter_set_aux_input()
  

When a filter has one or several auxiliary inputs, you can use this function to set them.

The change is not synced immediately with the core application. Use [method@Gimp.Drawable.update] to trigger an actual update.

Since 3.0

self

The drawable's filter.

input_pad_name

name of the filter's input pad.

input

the drawable to use as auxiliary input.