Update grain size

This commit is contained in:
Erik Abrahamsson 2022-08-06 09:34:22 +02:00
parent 34009dfb23
commit 31674b9d14
Notes: blender-bot 2023-02-14 00:37:17 +01:00
Referenced by commit e207930350, Revert "Update grain size"
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), 2048, [&](const IndexRange range) {
IndexRange(target->totvert), 4096, [&](const IndexRange range) {
for (const int i : range) {
BVHTreeNearest nearest;
nearest.index = -1;