Gimp.DrawableFilter.update

@accepts(Gimp.DrawableFilter)
@returns(none)
def update(self):
    # Python wrapper for gimp_drawable_filter_update()
  

Syncs the Gimp.Config with properties that match self's arguments. This procedure updates the settings of the specified filter all at once, including the arguments of the [class@Gimp.DrawableFilterConfig] obtained with [method@Gimp.DrawableFilter.get_config] as well as the blend mode and opacity.

In particular, if the image is displayed, rendering will be frozen and will happen only once for all changed settings.

Since 3.0

self

A drawable filter.