Sculpt: fix crash in pose face set fk

This commit is contained in:
Joseph Eagar 2021-10-20 09:26:13 -07:00
parent 1d80f1a2b5
commit 6ddd95f15a
1 changed files with 2 additions and 0 deletions

View File

@ -1056,6 +1056,8 @@ SculptPoseIKChain *SCULPT_pose_ik_chain_init(Sculpt *sd,
const bool use_fake_neighbors = !(br->flag2 & BRUSH_USE_CONNECTED_ONLY);
SCULPT_boundary_info_ensure(ob);
if (use_fake_neighbors) {
SCULPT_fake_neighbors_ensure(sd, ob, br->disconnected_distance_max);
SCULPT_fake_neighbors_enable(ob);