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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user