Blender Git Commit Log
Git Commits -> Revision 8efde30
November 19, 2002, 18:48 (GMT) |
--- IK_JacobianSolver.cpp 2002/10/13 16:07:40 1.2 +++ IK_JacobianSolver.cpp 2002/11/19 18:47:33 @@ -134,7 +134,7 @@ m_svd_w = 0; m_svd_v = 0; - TNT::SVD(m_svd_u,m_svd_w,m_svd_v); + TNT::SVD_a(m_svd_u,m_svd_w,m_svd_v); // invert the SVD and compute inverse Fix for why it wasn't building with configure Kent -- [email protected] |
Commit Details:
Full Hash: 8efde305ebb831115537c4003bae350e0a2a4859
SVN Revision: 114
Parent Commit: 98e3073
Lines Changed: +1, -1
1 Modified Path:
/intern/iksolver/intern/IK_JacobianSolver.cpp (+1, -1) (Diff)