Previsualización de archivos .blend¶
A blend-file can store previews, both for itself, and for some of its data-blocks. You can disable writing any previews when saving a blend-file using the Save Preview Images setting from the Guardar y cargar section of the Preferences.
Blend-File Preview¶
Blender saves by default a small preview of current scene in the blend-file. This will show in the Thumbnail view of the File Browser.
During its installation, Blender also adds a small tool to your OS, that will allow your system file browser to show those previews as file thumbnails as well.
Previsualizaciones de bloques de datos¶
Blender will automatically generate previews for some type of data, mainly the ones related to shading (like images, textures, materials, lights and world shaders).
It can also store previews for scenes, collections and objects, but those need to be generated manually.
These previews can then be used by the Thumbnail view of the File Browser, when linking or appending data-blocks.
Refresh Data-Block Previews¶
Referencia
- Menú:
Refresh all data-block previews that can be automatically generated by Blender (shading-related ones), in the current blend-file. You still need to save the file if you want to write them to the drive.
Batch Generate Previews¶
Referencia
- Menú:
Generate some data-block types” previews (you can choose which in its options), in one or more blend-files on your drive. You should not use this operator on the file currently opened in Blender.
This is currently the only way to generate and store in blend-files previews for scenes, collections and objects. Note that since this involves a lot of rendering, even of small sizes, the process may take some time to complete.
- Escenas
Generate previews of scenes and their collections.
- Colecciones
Generate previews of collections of objects.
- Objetos
Generate previews of objects.
- Materials & Textures
Generates previews for materials, textures, images, and other internal data.
- Trusted Blend Files
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.
- Save Backups
Keep a backup version (
blend1-file
) of the files when saving with generated previews.
Clear Data-Block Previews¶
Referencia
- Menú:
Clear all, a generic type of, or a specific data-block type of previews in the current blend-file. You still need to save the file if you want to clear them from the drive.
Batch Clear Previews¶
Referencia
- Menú:
Clear some data-block types” previews (you can choose which in its options), in one or more blend-files on your drive. You should not use this operator on the file currently opened in Blender.
- Escenas
Clear previews of scenes and their collections.
- Colecciones
Clear previews of collections of objects.
- Objetos
Clear previews of objects.
- Materials & Textures
Clear previews for materials, textures, images, and other internal data.
- Trusted Blend Files
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.
- Save Backups
Keep a backup version (
blend1-file
) of the files when saving with cleared previews.