For long on the wanna-have list;

Ipocurves with "Auto" handles now have option to remain horizontal on the
extrema (tops & valleys). Use ALT+H to set this per selected curve.
Note this is a per-curve feature, not per-handle.

If it works satisfying I can check on making this the default new added
curve.
This commit is contained in:
2005-07-10 12:50:14 +00:00
parent 227a67e105
commit 31f50d9247
6 changed files with 72 additions and 19 deletions

View File

@@ -2015,9 +2015,11 @@ static void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
transform_ipo('g');
break;
case HKEY:
if((G.qual==LR_SHIFTKEY))
if(G.qual==LR_ALTKEY)
sethandles_ipo(4); // tsk tsk ton!
if(G.qual==LR_SHIFTKEY)
sethandles_ipo(HD_AUTO);
else if((G.qual==0))
else if(G.qual==0)
sethandles_ipo(HD_ALIGN);
break;
case JKEY: