Gimp.Image.thaw_layers

@accepts(Gimp.Image)
@returns(bool)
def thaw_layers(self):
    # Python wrapper for gimp_image_thaw_layers()
  

Thaw the image's layer list.

This procedure thaws the layer list of the image, re-enabling updates to the Layers dialog.

This procedure should match a corresponding call to Gimp.Image.freeze_layers.

Since 2.10.2

self

The image.

Returns