diff --git a/source/blender/editors/sculpt_paint/sculpt.cc b/source/blender/editors/sculpt_paint/sculpt.cc index 305d5825dc3..2e06dc71d23 100644 --- a/source/blender/editors/sculpt_paint/sculpt.cc +++ b/source/blender/editors/sculpt_paint/sculpt.cc @@ -4548,6 +4548,8 @@ static void brush_delta_update(const Depsgraph &depsgraph, } /* Handle 'rake' */ + cache->rake_rotation = std::nullopt; + cache->rake_rotation_symm = std::nullopt; invert_m4_m4(imat, ob.object_to_world().ptr()); mul_mat3_m4_v3(imat, grab_location);