Blender Git Loki
Git Commits -> Revision af4bc28
Revision af4bc28 by Joshua Leung (master) January 14, 2011, 05:19 (GMT) |
Bugfix [#25617] HOME Key in fcurve editor doesn't center properly * When euler-rotation F-Curves had a single keyframe only, the view would be artifically extended to fill up to 57 (this comes from the radians to degrees calculations) due to a combination of the bounds- finding function enforcing a minimum separation of 1 unit between min/max. This has now been moved to the operator-level where it gets applied AFTER these conversions have taken effect * F-Curves with samples only (i.e. baked F-Curves) would be ignored by these operators. Was caused by using a poll calback that only considered whether there were keyframes. Hopefully this is sufficient; otherwise a hybrid poll method will be needed. |
Commit Details:
Full Hash: af4bc28c44f08629ba2bd6afb406edfe19011b63
SVN Revision: 34316
Parent Commit: 423fbcf
Lines Changed: +13, -10