Revert "Update grain size"

This reverts commit 31674b9d14.
This was committed by accident an does not belong in master.
This commit is contained in:
Erik Abrahamsson 2022-08-07 20:08:53 +02:00
parent 6e8709caa3
commit e207930350
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ void BKE_remesh_reproject_vertex_paint(Mesh *target, const Mesh *source)
}
blender::threading::parallel_for(
IndexRange(target->totvert), 4096, [&](const IndexRange range) {
IndexRange(target->totvert), 2048, [&](const IndexRange range) {
for (const int i : range) {
BVHTreeNearest nearest;
nearest.index = -1;