Blender Git Commit Log
Git Commits -> Revision cc3cb52
Revision cc3cb52 by Pablo Dobarro (master) August 6, 2020, 17:14 (GMT) |
Fix Pose Brush FK mode detecting wrong rotation origin The Pose FK mode assings the rotation origin to the boundary of the last visited face set in the floodfill operation. In some cases, the topology of the model may make the flood fill operation to visit a face set as the first one (assinging it to target) and visit it again as the last one (assinging it to origin). This will make the pose brush to default the origin and target to the brush location and not to the face sets as it considers that there is only one possible boundary. This adds a GSet to ensure that a particular face set is not visited twice in the flood fill, fixing these cases. Reviewed By: sergey Differential Revision: https://developer.blender.org/D7984 |
Commit Details:
Full Hash: cc3cb52b23d8adcd2d0b7f6bc6bb3041dc1794cc
Parent Commit: 96e460e
Lines Changed: +15, -9
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt_pose.c (+15, -9) (Diff)