Blender Git Commit Log
Git Commits -> Revision 3afcf77
May 1, 2021, 08:12 (GMT) |
Fix T85470: Simple deform modifier causes artifacts at low angles 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. Reviewed By: mano-wii, campbellbarton Ref D11074 |
Commit Details:
Full Hash: 3afcf77c91057b3ece059f92caf9c2d5cd5b9d7f
Parent Commit: c2c70dd
Committed By: YimingWu
Lines Changed: +5, -3
1 Modified Path:
/source/blender/modifiers/intern/MOD_simpledeform.c (+5, -3) (Diff)