Fix for last commit, forgot to update Screen.is_animation_playing python property.

This commit is contained in:
2012-05-25 12:56:29 +00:00
parent e2133842c0
commit 6b554c5ec4
9 changed files with 12 additions and 12 deletions

View File

@@ -1039,7 +1039,7 @@ int initTransInfo(bContext *C, TransInfo *t, wmOperator *op, wmEvent *event)
if (t->spacetype == SPACE_VIEW3D) {
View3D *v3d = sa->spacedata.first;
bScreen *animscreen = ED_screen_animation_playing(C);
bScreen *animscreen = ED_screen_animation_playing(CTX_wm_manager(C));
t->view = v3d;
t->animtimer= (animscreen)? animscreen->animtimer: NULL;