Fix T39279: Vertex paint fails with mirror modifier
This commit is contained in:
@@ -153,6 +153,10 @@ static void vpaint_proj_dm_map_cosnos_update__map_cb(void *userData, int index,
|
|||||||
|
|
||||||
vp_handle->dists_sq[index] = dist_sq;
|
vp_handle->dists_sq[index] = dist_sq;
|
||||||
}
|
}
|
||||||
|
else if (vp_handle->dists_sq[index] != FLT_MAX) {
|
||||||
|
/* already initialized & couldn't project this 'co' */
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* continue with regular functionality */
|
/* continue with regular functionality */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user