Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/space_sequencer.c
| Context not available. | |||||
| case NC_ANIMATION: | case NC_ANIMATION: | ||||
| switch (wmn->data) { | switch (wmn->data) { | ||||
| case ND_KEYFRAME: | case ND_KEYFRAME: | ||||
| /* Otherwise, often prevents seing immediately effects of keyframe editing... */ | /* Otherwise, often prevents seeing immediately effects of keyframe editing... */ | ||||
| BKE_sequencer_cache_cleanup(); | BKE_sequencer_cache_cleanup(); | ||||
| ED_region_tag_redraw(ar); | ED_region_tag_redraw(ar); | ||||
| break; | break; | ||||
| Context not available. | |||||