Graph Editor Transform Bugfix:

Now grabbing a single handle (auto/aligned) works correctly. One line of missing code mean that the handle recalculations were getting skipped.
This commit is contained in:
Joshua Leung
2009-02-15 23:48:05 +00:00
parent 95207cec00
commit b2c04faa06

View File

@@ -386,6 +386,8 @@ void recalcData(TransInfo *t)
ac.spacetype= (t->sa)? t->sa->spacetype : 0;
ac.regiontype= (t->ar)? t->ar->regiontype : 0;
ANIM_animdata_context_getdata(&ac);
/* do the flush first */
flushTransGraphData(t);