Merge branch 'blender-v2.93-release'

This commit is contained in:
Campbell Barton 2021-04-23 11:33:22 +10:00
commit 5a33965627
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace blender::deg {
RuntimeBackup::RuntimeBackup(const Depsgraph *depsgraph)
: have_backup(false),
id_data({.py_instance = nullptr}),
id_data({nullptr}),
animation_backup(depsgraph),
scene_backup(depsgraph),
sound_backup(depsgraph),