Blender Git Loki
Git Commits -> Revision 6867773
Revision 6867773 by Ton Roosendaal (master) June 21, 2006, 19:16 (GMT) |
Plumiferos bug: autohandles in Ipos could get screwed up in extreme cases, but they got this case! :) Bug was that for autohandle, the previous position of handle was used for calculating the position too, which I really don't remember why... (that is code from 10 years ago). Problem with that approach is that extreme changes in handles don't go correct immediately, but need to itterate a while. Or even worse, can give NaN values, resulting in this: http://www.blender.org/bf/ipobug.jpg Now the handle points are fully recalculated, as it should. |
Commit Details:
Full Hash: 68677734017ea97781e94e56d9a3eaa4f96e1338
SVN Revision: 7832
Parent Commit: 86bd0e6
Lines Changed: +9, -21
1 Modified Path:
/source/blender/blenkernel/intern/curve.c (+9, -21) (Diff)