1
1

Merge branch 'blender-v3.3-release'

This commit is contained in:
2022-08-12 17:57:10 +02:00

View File

@@ -1799,7 +1799,7 @@ static void lineart_add_edge_to_array_thread(LineartObjectInfo *obi, LineartEdge
* #pe. */
void lineart_finalize_object_edge_array_reserve(LineartPendingEdges *pe, int count)
{
if (pe->max || pe->array) {
if (pe->max || pe->array || count == 0) {
return;
}