Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton 2018-06-07 13:41:32 +02:00
commit da8d33e2e3
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ UndoStep *BKE_undosys_step_push_init_with_type(UndoStack *ustack, bContext *C, c
us->type = ut;
ustack->step_init = us;
ut->step_encode_init(C, us);
undosys_stack_validate(ustack, true);
undosys_stack_validate(ustack, false);
return us;
}
else {