Fix #106722: Motion tracking data lost on recovering autosave #106811

Merged
Sergey Sharybin merged 1 commits from Sergey/blender:fix_106722 into main 2023-04-11 15:59:51 +02:00

1 Commits

Author SHA1 Message Date
Sergey Sharybin 35294c0d7f Fix #106722: Motion tracking data lost on recovering autosave
This is mistake in the refactor of the DNA storage which unified
the camera and object storage. The bit which was missed from the
initial logic is that the autosave does not use regular file
write.

Detect this in the do-versioning code and rely on the new data
format when it exists.

A candidate for 3.5.1 release.
2023-04-11 15:41:02 +02:00