Merge branch 'blender-v2.83-release'

This commit is contained in:
Campbell Barton
2020-05-12 22:10:17 +10:00

View File

@@ -669,7 +669,7 @@ static void gpencil_boundaryfill_area(tGPDfill *tgpf)
}
/* Check if there are some pixel not filled with green. If no points, means nothing to fill. */
static bool gpencil_check_borders(tGPDfill *tgpf)
static bool UNUSED_FUNCTION(gpencil_check_borders)(tGPDfill *tgpf)
{
ImBuf *ibuf;
void *lock;