== IPO Editor Tools ==

* IPO Curve Smoothing:
This new tool smoothes (i.e. resets the adjusts) the handles on selected
ipo curves in ipo editor. The core code is based upon a python script
that used to do this (author unknown).

- Available from menus
- Hotkey Shift O
- Only available from ipo editor

If the usefulness of this tool is limited (adding bloat), I will consider removing it.
This commit is contained in:
2006-11-13 08:56:02 +00:00
parent 32d49a8dae
commit 6e46d87dd7
4 changed files with 149 additions and 2 deletions

View File

@@ -2376,7 +2376,10 @@ static void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
doredraw= 1;
break;
case OKEY:
clean_ipo(sipo->ipo, 1);
if(G.qual==LR_SHIFTKEY)
smooth_ipo();
else
clean_ipo(sipo->ipo, 1);
break;
case RKEY:
if((G.qual==0))