Blender Git Commit Log
Git Commits -> Revision 8522b42
Revision 8522b42 by Sergey Sharybin (master) June 9, 2020, 10:19 (GMT) |
Transform: Fixes after recent refactor Pointed by strict compiler warnings, but some of the reports were actually a real bugs: - Access uninitialized memory of td_mirror_iter. Assuming that iterator is to point to the first element of the data array. - Lattice's recalc data was never called. There is also a fix for redundant declaration of recalcData() and missing declaration of recalcData_lattice(). |
Commit Details:
Full Hash: 8522b429b56838e343c5cbe8889dcbf792e23a38
Parent Commit: 5620a09
Lines Changed: +5, -3