Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_clip/tracking_ops.c
| Show First 20 Lines • Show All 1,379 Lines • ▼ Show 20 Lines | if (tracking->reconstruction.flag & TRACKING_RECONSTRUCTED) { | ||||
| framenr += delta; | framenr += delta; | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| if (CFRA != sc->user.framenr) { | if (CFRA != sc->user.framenr) { | ||||
| CFRA = sc->user.framenr; | CFRA = sc->user.framenr; | ||||
| DEG_id_tag_update(&scene->id, ID_RECALC_AUDIO_SEEK); | DEG_id_tag_update(&scene->id, ID_RECALC_FRAME_CHANGE); | ||||
| WM_event_add_notifier(C, NC_SCENE | ND_FRAME, scene); | WM_event_add_notifier(C, NC_SCENE | ND_FRAME, scene); | ||||
| } | } | ||||
| WM_event_add_notifier(C, NC_MOVIECLIP | ND_DISPLAY, NULL); | WM_event_add_notifier(C, NC_MOVIECLIP | ND_DISPLAY, NULL); | ||||
| return OPERATOR_FINISHED; | return OPERATOR_FINISHED; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 901 Lines • Show Last 20 Lines | |||||