Recuperación de datos¶
Computer crashes, power outages, or simply forgetting to save can result in the loss or corruption of your work. You can use Blender’s Auto Save feature to reduce the chance of losing files when such events occur.
There are three options to help prevent accidental data loss:
Save Prompt prompts you to save unsaved changes on exit
Save Versions saves additional copies of your blend file with a number appended to the extension
Auto Save saves your file automatically every few minutes (by default, every 2 minutes)
Nota
For your actions, there are options like Undo, Redo and an Undo History, used to roll back from mistakes under normal operation, or return back to a specific action. See Deshacer y rehacer.
Recuperación de versiones guardadas¶
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.
Recuperación de archivos auto guardados¶
Última sesión¶
Referencia
- Menú:
Recuperar última sesión abrirá el archivo quit.blend
guardado en la Carpeta temporal, cuando se sale de Blender de forma normal (ver Sesión de Blender). Tener en cuenta que los archivos en la carpeta temporal podrán ser eliminados al reiniciar la computadora (dependiendo de la configuración del sistema).
Auto guardado¶
Referencia
- Menú:
The Recover Auto Save allows you to open the Auto Saved file. You will have to navigate to your Carpeta temporal. The Auto Saved files are named using a random number and have a blend extension.
See Auto Save Preferences to configure auto-save.
- Origen confiable
Nota
To view this option, press N to open the settings panel at the right.
Cuando esta opción se encuentre activa, los scripts de Python y los controladores que pudieran estar incluidos en el archivo serán ejecutados automáticamente. Activarla sólo en caso de que se tratara de un archivo propio o proveniente de una fuente confiable. Ver Seguridad de Python para configurar las opciones predefinidas de seguridad. Tener precaución al utilizar esta opción ya que cualquier script presente en el archivo será ejecutado.
Truco
Enable the detailed list view when browsing auto-saved files to show which is the most recent.

File Browser displaying a vertical list.¶
Advertencia
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. Therefore, you will only be
able to restore the most recent Auto Save file.