Blender Git Commit Log
Git Commits -> Revision 09b19ae
Revision 09b19ae by Martin Poirier (master) April 4, 2004, 17:23 (GMT) |
Revert the changes I did in solve_constraints. The real bug is in the matrices blending function which doesn't handle non-uniform scaling correctly. I've minimized the occurence of the bug by calling the blending function only when the influence is smaller than one (woah, optimisation AND bug fix!) This should make the bug disappear approximatly 90% of the time since people don't use influence all that often (also, this only applies to constraint that are alone, not using influence IPOs to switch between two constraints). I'd solve the blending function bug, but I haven't had much time to dig into it really. Incidently, by reverting to the previous code, this solves bug #1069 http://projects.blender.org/tracker/index.php?func=detail&aid=1069&group_id=9&atid=125 |
Commit Details:
Full Hash: 09b19aead2842b904406c657b5444673c51910ad
SVN Revision: 2232
Parent Commit: 9bb2ad0
Lines Changed: +7, -7
1 Modified Path:
/source/blender/blenkernel/intern/object.c (+7, -7) (Diff)