Blender Git Commit Log
Git Commits -> Revision aea3545
Revision aea3545 by Joshua Leung (master) January 24, 2013, 02:52 (GMT) |
Bugfix [#33974] Bone roll flips 180 degrees when extruding bones vertically For example, if you're making a chain of bones (e.g. for a spine) by extruding the tip joint of an initial bone, the bone rolls would be: 0 (for the initial bone), 180, -180, 180, -180, etc. This has the undesirable effect of causing B-Bones to twist to match the roll values at the other end of the bone. The fix here seems to improve the situation in this case: bone roll values don't flip or change anymore (in fact, the bone axes stay perfectly aligned now, as they should). It also doesn't seem to cause any problems in other common cases I checked. |
Commit Details:
Full Hash: aea3545973d65a8c65771c76ddd7945afffa0da2
SVN Revision: 54061
Parent Commit: 936b828
Lines Changed: +2, -2