Fixes T85470
The formula used to compute the bend did subtraction of two big numbers to get the position. Changed to find the delta and add that, by rearranging the formula into a more numerically stable form.
Differential D11074
Fix Simple Deform Modifier numerical precision error Authored by Henrik Dick (weasel) on Apr 25 2021, 6:13 PM.
Details
Fixes T85470 The formula used to compute the bend did subtraction of two big numbers to get the position. Changed to find the delta and add that, by rearranging the formula into a more numerically stable form.
Diff Detail
Event TimelineComment Actions It looks safe. |