Merge branch 'blender-v2.90-release'
This commit is contained in:
@@ -5914,7 +5914,7 @@ void SCULPT_flush_stroke_deform(Sculpt *sd, Object *ob, bool is_proxy_used)
|
||||
SculptSession *ss = ob->sculpt;
|
||||
Brush *brush = BKE_paint_brush(&sd->paint);
|
||||
|
||||
if (is_proxy_used) {
|
||||
if (is_proxy_used && ss->deform_modifiers_active) {
|
||||
/* This brushes aren't using proxies, so sculpt_combine_proxies() wouldn't propagate needed
|
||||
* deformation to original base. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user