Merge branch 'blender-v2.93-release'

This commit is contained in:
Campbell Barton
2021-04-23 11:33:22 +10:00

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),