Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/screen/screen_ops.c
| Show First 20 Lines • Show All 4,541 Lines • ▼ Show 20 Lines | if (area->spacetype == SPACE_GRAPH) { | ||||
| } | } | ||||
| if (ac.datatype != ANIMCONT_DRIVERS) { | if (ac.datatype != ANIMCONT_DRIVERS) { | ||||
| return; | return; | ||||
| } | } | ||||
| } | } | ||||
| if (area->spacetype == SPACE_SEQ) { | if (area->spacetype == SPACE_SEQ) { | ||||
| const SpaceSeq *sseq = area->spacedata.first; | const SpaceSeq *sseq = area->spacedata.first; | ||||
| if (!ED_space_sequencer_has_playback_animation(sseq, scene)) { | if (!ED_space_sequencer_has_playback_animation(sseq, CTX_data_video_edit(C))) { | ||||
| return; | return; | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| ED_region_tag_redraw(region); | ED_region_tag_redraw(region); | ||||
| } | } | ||||
| //#define PROFILE_AUDIO_SYNCH | //#define PROFILE_AUDIO_SYNCH | ||||
| ▲ Show 20 Lines • Show All 1,219 Lines • Show Last 20 Lines | |||||