Files
test/source/blender/blenkernel
Ton Roosendaal efde6ecbc4 Fix for commit from Brecht:
2006/11/19 00:07:32 CET
Fix for bug #5250: inaccurate conversion between edit and pose mode bones.

Two very bad bugs:
- replacing atan() with atan2() should also remove the M_PI correction!
  This is the equivalent:
    angle=atan(x/y); if(y<0) angle+=M_PI;
    angle= atan2(x, y);

- the new NormalizedVecAngle2() call was negating an input vector, causing
  calling code to screw up. All arithb.c calls should not alter input.
2006-11-21 10:52:11 +00:00
..
2006-11-21 10:52:11 +00:00
2005-12-06 17:05:37 +00:00
2006-11-17 08:19:58 +00:00
2006-07-04 10:19:26 +00:00
2006-07-26 22:29:23 +00:00
2006-01-23 22:05:47 +00:00
2006-06-14 12:42:23 +00:00
2006-01-23 22:05:47 +00:00
2006-06-09 19:48:50 +00:00
2006-11-01 11:26:16 +00:00
2004-01-05 00:06:11 +00:00