Showstopper bug... found out while preparing demos for siggraph;

WHen you select the yellow keylines in iposwindow (camera.blend regression
suite) it should update 3d window; that didnt work... fixed with simple
redraw.
This commit is contained in:
Ton Roosendaal 2004-08-03 21:58:07 +00:00
parent 05a87bc925
commit 54e1f40024

@ -2588,7 +2588,7 @@ void mouse_select_ipo()
if(G.sipo->showkey && G.sipo->blocktype==ID_OB) {
ob= OBACT;
if(ob && (ob->ipoflag & OB_DRAWKEY)) draw_object_ext(BASACT);
if(ob && (ob->ipoflag & OB_DRAWKEY)) allqueue(REDRAWVIEW3D, 0);
}
getmouseco_areawin(mval);