恢复数据

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

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

Note

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

Recovering Save Versions

By default Blender keeps an additional backup when saving files. So saving renames the previously saved file with a .blend1 extension instead of overwriting it.

This file can be used to revert to a previous state.

See Save Versions to configure the number of versions kept.

恢复自动保存

最近的对话

参考

菜单

文件 ‣ 恢复 ‣ 最近的会话

The Recover Last Session will open the quit.blend file that is saved into the 临时目录 when you quit Blender under normal operation. Note that files in your temporary directory may be deleted when you reboot your computer (depending on your system configuration).

自动保存

参考

菜单

文件 ‣ 恢复 ‣ 自动保存

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

See Auto Save Preferences to configure auto-save.

可信任源

当被选中时,然会自动运行包含在文件中的 Python 脚本和驱动程序。只有在你自己创建的文件中才能启用此选项,或者你相信给你提供文件的人没有在文件中包含恶意代码。请参阅 脚本与安全 来配置默认的信任选项。

Tip

Enable the detailed list view when browsing auto-saved files to show which is the most recent.

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

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

Warning

When recovering an Auto Saved file, any changes made since the last Auto Save will be lost. Only one Auto Saved file exists for each .blend file, i.e. Blender does not keep older versions. Therefor, you will only be able to restore the most recent Auto Save file.