恢复数据

计算机崩溃,停电或者仅仅忘记保存可能会导致工作内容丢失或损坏。可以使用Blender的 自动保存 功能来减少发生此类事件时丢失文件的机会。

保存文件备份有几个选择,如 自动保存 可按时间自动保存文件, 退出时保存 会在退出Blender时自动保存blend文件。除了这些默认启用的功能之外, 退出时保存 的功能无法禁用。

Note

操作方面,有 撤销重做,和 撤消历史 选项,用于回滚到错误操作之前,或返回到特定操作。见 撤销 & 重做

设置文件 选项卡提供了两种配置选择,用于回溯前期版本的工作.更多细节见 自动保存设置

恢复自动保存

Last Session

参考

菜单

文件 ‣ 恢复 ‣ 最近的会话

恢复最近的一次工程 会打开上一次正常操作退出Blender后保存至 临时目录 下的 quit.blend。要注意的是,这些保存在临时文件夹的文件可能会在重启电脑后被删除(取决于系统设置)。

Auto Save

参考

菜单

File ‣ Recover ‣ Auto Save

恢复到自动存档文件 用于打开 自动保存 的文件。用户需要浏览 临时目录自动保存 的文件会以随机数字命名,并且扩展名为blend。

Trusted Source

When enabled, Python scripts and drivers that may be included in the file will be run automatically. Enable this only if you created the file yourself, or you trust that the person who gave it to you did not include any malicious code with it. See Python Security to configure default trust options.

Tip

It is important, when browsing, to enable the detailed list view. Otherwise, you will not be able to figure out the dates of the auto-saved blend-files.

../_images/troubleshooting_recover_display-file-date.png

显示垂直列表的文件浏览器。

Warning

恢复 自动保存 的文件时,将失去自上次 自动保存 以来所做的所有更改。每个项目只有一个 自动保存 文件,即Blender不保留旧版本。因此,使用该工具将无法回滚至超过数分钟前的文件状态。