******************** Blend-Files Previews ******************** A blend-file can store previews, both for itself, and for some of its :doc:`data-blocks `. You can disable writing any previews when saving a blend-file using the *Save Preview Images* setting from the :ref:`prefs-save-load` 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 :doc:`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. Data-Blocks Previews ==================== Blender will generate automatically previews for some type of data, mainly shading-related ones (images, textures, materials, lights, worlds). 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. .. _bpy.ops.wm.previews_ensure: Refresh Data-Block Previews --------------------------- .. admonition:: Reference :class: refbox :Menu: :menuselection:`File --> Data Previews --> Refresh Data-blocks Previews` Refresh all data-blocks' 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 on disk. .. _bpy.ops.wm.previews_clear: Clear Data-Block Previews ------------------------- .. admonition:: Reference :class: refbox :Menu: :menuselection:`File --> Data Previews --> Clear Data-blocks Previews` 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 disk. .. _bpy.ops.wm.previews_batch_generate: Batch Generate Previews ----------------------- .. admonition:: Reference :class: refbox :Menu: :menuselection:`File --> Data Previews --> Batch Generate Previews` Generate some data-block types' previews (you can choose which in its options), in one or more blend-file on your disk. You should not use that 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. .. _bpy.ops.wm.previews_batch_clear: Batch Clear Previews -------------------- .. admonition:: Reference :class: refbox :Menu: :menuselection:`File --> Data Previews --> Batch Clear Previews` Clear some data-block types' previews (you can choose which in its options), in one or more blend-file on your disk. You should not use that operator on the file currently opened in Blender.