Merge branch 'blender-v3.0-release'

This commit is contained in:
Richard Antalik 2021-11-17 05:43:34 +01:00
commit e3c974b7e4
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ static void change_frame_apply(bContext *C, wmOperator *op)
bool do_snap = RNA_boolean_get(op->ptr, "snap");
if (do_snap) {
if (CTX_wm_space_seq(C)) {
if (CTX_wm_space_seq(C) && SEQ_editing_get(scene) != NULL) {
frame = seq_frame_apply_snap(C, scene, frame);
}
else {