Gimp.Image.thaw_vectors

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

Thaw the image's vectors list.

This procedure thaws the vectors list of the image, re-enabling updates to the Paths dialog.

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

Since 2.10.2

self

The image.

Returns