This patch is supposed to fix T82988. In calc_curve_deform a factor is calculated where it isn't check if the divisor is zero or close to. This patch adds the required check and to avoid a division by zero and sets the factor to zero should the divisor be close to zero. This handles the case similar to an existing check for a different case in calc_curve_deform
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| source/blender/blenkernel/intern/curve_deform.c | ||
|---|---|---|
| 195–200 | I would guess because this was the only case that failed in a previous bug report? ;) | |