Blender Git Commit Log
Git Commits -> Revision b30d103
August 25, 2018, 20:13 (GMT) |
Cloth: Fix mistake in big matrix multiplication Only the upper triangle of the block matrix is stored, thus when executing operations on the lower triangle, each block must be transposed. This transposition was not ocurring in the matrix-vector multiplication function, which is fixed by this commit. Reviewed By: brecht Differential Revision: https://developer.blender.org/D3619 |
Commit Details:
Full Hash: b30d103cf63ced54473b49b4160faf3e53a9a530
Parent Commit: 1a78375
Lines Changed: +10, -3
1 Modified Path:
/source/blender/physics/intern/implicit_blender.c (+10, -3) (Diff)