Gimp.Image.prototype.thaw_vectors

function thaw_vectors(): Boolean {
    // Gjs 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.prototype.freeze_vectors.

Since 2.10.2

Returns

TRUE on success.