Autohandles in Ipo Window still could overshoot. Added a new clamping to

ensure the handles never result in a curve that goes beyond the neighbour
control points.

http://www.blender.org/cms/Animation_Curve_Handle.717.0.html
This commit is contained in:
2005-10-23 21:36:24 +00:00
parent e02336653d
commit ec58f413b1
5 changed files with 71 additions and 11 deletions

View File

@@ -2076,7 +2076,7 @@ static void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
break;
case HKEY:
if(G.qual==LR_ALTKEY)
sethandles_ipo(4); // tsk tsk ton!
sethandles_ipo(HD_AUTO_ANIM);
if(G.qual==LR_SHIFTKEY)
sethandles_ipo(HD_AUTO);
else if(G.qual==0)