Blender Git Commit Log
Git Commits -> Revision 654f6c4
Revision 654f6c4 by Joshua Leung (master) August 18, 2012, 04:39 (GMT) |
Bugfix [#32331] Graph editor zoom to selected includes coordinate origin if more than one curve is displayed The range calculation used to use a fixed 0-1 range whenever it couldn't find any values for a particular F-Curve. However, this was then taken by the aggregation calculation to be used as just another value, leading to problems if only vertices of a very high-value curve are selected to be included. Modified the range calculation to ensure that suitable vertices were found before trying to take the range values returned. |
Commit Details:
Full Hash: 654f6c4c4f7f59cb7fcc2d3bd78ea09a86fff644
SVN Revision: 49976
Parent Commit: 8995554
Lines Changed: +53, -30