Cleanup: Formatting

This commit is contained in:
Hans Goudey
2024-08-14 20:54:22 -04:00
parent 6703927a05
commit 73e1fa181e

View File

@@ -113,8 +113,7 @@ static void color_filter_task(Object &ob,
tls.factors.resize(verts.size());
const MutableSpan<float> factors = tls.factors;
fill_factor_from_hide_and_mask(mesh, verts, factors);
if (ss.filter_cache->automasking)
{
if (ss.filter_cache->automasking) {
auto_mask::calc_vert_factors(ob, *ss.filter_cache->automasking, node, verts, factors);
}
scale_factors(factors, filter_strength);