Fix #128618: Crash when using cloth brush and automasking
Mistake in f4f732be95
Pull Request: https://projects.blender.org/blender/blender/pulls/128713
This commit is contained in:
@@ -892,7 +892,7 @@ static void calc_forces_grids(const Depsgraph &depsgraph,
|
||||
calc_brush_strength_factors(cache, brush, distances, factors);
|
||||
|
||||
const auto_mask::Cache *automask = auto_mask::active_cache_get(ss);
|
||||
auto_mask::calc_grids_factors(depsgraph, ob, automask, node, verts, factors);
|
||||
auto_mask::calc_grids_factors(depsgraph, ob, automask, node, grids, factors);
|
||||
|
||||
calc_brush_texture_factors(ss, brush, current_positions, factors);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user