Fix error moving keyframes in graph editor after refactor base

This commit is contained in:
Antonio Vazquez 2017-03-01 13:08:15 +01:00
parent 3626521346
commit f64df0e102
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ static void recalcData_graphedit(TransInfo *t)
/* initialize relevant anim-context 'context' data from TransInfo data */
/* NOTE: sync this with the code in ANIM_animdata_get_context() */
ac.scene = t->scene;
ac.scene_layer = t->sl;
ac.obact = OBACT_NEW;
ac.sa = t->sa;
ac.ar = t->ar;