public static void EndPaintHoles(PaintContext ctx, string editorUndoName)
 {
     ctx.ScatterHoles(editorUndoName);
     ctx.Cleanup();
 }