Gimp.context_set_brush_default_size

function context_set_brush_default_size(): Boolean {
    // Gjs wrapper for gimp_context_set_brush_default_size()
}
  

Set brush size to its default.

Set the brush size to the default (max of width and height) for paintbrush, airbrush, or pencil tools.

Since 2.8

Returns

TRUE on success.