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