Перейти к содержимому

Куда сохраняется рендер в blender

  • автор:

Where did my file Save to?

I’m using the Blender Video Editor. I finished, rendered it, and went to open the file, but I do not know where my file saved to!

I want it to be saved as a video file and I would like to know where it is, but I do not. I’ve already tried to look through all my folders, but I don’t know if I’m checking the right place.

Duarte Farrajota Ramos's user avatar

NoSkillzAllPanda's user avatar

1 Answer 1

The output settings determine where your video file (or image sequence) should be saved to:

enter image description here

For 2.8 look here:

enter image description here

If you are rendering a single image (By pressing render or F12 ) The image does not get saved automatically, you need to save it manually.

in 2.7 $x$$x$ use Ctrl + F3 to save the image, or go to the UV/Image editor and Select Save Image

enter image description here

in 2.8 $x$$x$ Use the image editor and select Save as (or press Shift + S )

Blender’s Directory Layout

This page documents the different directories used by Blender (which can be helpful for troubleshooting).

There are three different directories Blender may use, their exact locations are platform dependent.

Место расположения данных конфигурации и работы программы (для автономного пакета).

Location of configuration files (typically in the user’s home directory).

Расположение данных работы программы для общесистемной установки (могут быть доступны только для чтения).

Для установки Blender необходимо наличие как СИСТЕМНОГО, так и ПОЛЬЗОВАТЕЛЬСКОГО каталогов.

For locally extracted Blender distributions, the user configuration and run-time data are kept in the same subdirectory, allowing multiple Blender versions to run without conflict, ignoring the USER and SYSTEM files. This requires you to create a folder named config in the LOCAL directory.

Пути файлов, в зависимости от ОС

Здесь перечислены пути, определённые по умолчанию для каждой операционной системы:

Linux

The path ./3.6/ is relative to the Blender executable and is used for self-contained bundles distributed by official blender.org builds.

ПОЛЬЗОВАТЕЛЬСКИЙ путь будет использовать $XDG_CONFIG_HOME , если установлено:

macOS

macOS stores the Blender binary in ./Blender.app/Contents/MacOS/Blender . The local path to data and config is:

Windows

For installations from the Window’s Store, the USER and SYSTEM directories are inside a special folder resembling: %USERPROFILE%\AppData\Local\Packages\BlenderFoundation.Blender<HASH>\LocalCache\Roaming\Blender Foundation\Blender where «HASH» is a string specific to each installation.

Расположение путей

Это расположение путей, которые определяются относительно каталогов, упомянутых выше.

Например, путь ./config/startup.blend откроется в

Autosave blend-file location. (Windows only, temp directory used for other systems.)

Порядок поиска: ЛОКАЛЬНЫЙ, ПОЛЬЗОВАТЕЛЬСКИЙ .

Установки по умолчанию и информация о сессии.

Порядок поиска: ЛОКАЛЬНЫЙ, ПОЛЬЗОВАТЕЛЬСКИЙ .

Файл, загружаемый по умолчанию при запуске программы.

Параметры, загружаемые по умолчанию при запуске программы.

Закладки в обозревателе файлов.

Список недавно открытых файлов.

Файлы работы программы.

Порядок поиска: ЛОКАЛЬНЫЙ, ПОЛЬЗОВАТЕЛЬСКИЙ, СИСТЕМНЫЙ .

Статически скомпилированные языковые файлы для перевода интерфейса программы.

Скрипты на Python’е для инструментов и пользовательского интерфейса.

Порядок поиска: ЛОКАЛЬНЫЙ, ПОЛЬЗОВАТЕЛЬСКИЙ, СИСТЕМНЫЙ .

Python add-ons which may be enabled in the Preferences include import/export format support, render engine integration and many handy utilities.

Modules for add-ons to use (added to Python’s sys.path ).

Ещё один каталог с дополнениями, который используется для дополнений, поддерживаемых сообществом (должен быть создан вручную).

Modules for addons_contrib to use (added to Python’s sys.path ).

Модули Python’а, содержащие наши основные функции API, а также вспомогательные функции для других скриптов, предназначенных для импорта (добавляются к sys.path Python’а).

Скрипты, которые автоматически импортируются при запуске.

Пресеты, используемые для хранения пользовательских параметров ткани, форматов визуализации и т.д.

Примеры скриптов, к которым можно получить доступ из меню Редактор текста ‣ Шаблоны ‣ Python ( Text Editor ‣ Templates ‣ Python ).

Примеры скриптов, к которым можно получить доступ из меню Редактор текста ‣ Шаблоны ‣ Open Shading Language ( Text Editor ‣ Templates ‣ Open Shading Language ).

Пакетный дистрибутив Python.

Порядок поиска: ЛОКАЛЬНЫЙ, СИСТЕМНЫЙ .

Local Cache Directory

The cache directory is used to store persistent caches locally. Currently it is only used for the indexing of Asset Libraries . The operating system is not expected to clear this automatically.

The following path will be used:

$XDG_CACHE_HOME/blender/ if $XDG_CACHE_HOME is set, otherwise $HOME/.cache/blender/

Каталог для временных файлов

Каталог временных файлов используется для хранения различных временных файлов во время работы Blender’а (включая: слои визуализации, кэш физики, буфер копирования-вставки и журналы аварийного завершения программы).

Временный каталог выбирается исходя из следующего приоритета:

Установленный в пользовательских настройках (смотрите раздел File Paths ).

Environment variables ( TEMP on Windows, TMP & TMP_DIR on other platforms).

Overriding Default Directories

It’s possible to override the default USER and SYSTEM directories using environment variables.

While this shouldn’t be needed for typical usage, some specialized use cases may take advantage of this, such as:

Using a shared network drives for specific paths.

Isolating an instance from the default user files to prevent automated tasks from accessing user configuration.

© Copyright : This page is licensed under a CC-BY-SA 4.0 Int. License. Обновлено: 09/09/2023.

How to save renders correctly in Blender?

I can’t remember how many times I have accidently saved a Blender render as .png just to realize that it isn’t enough for post-processing. Wasting hours re-rendering because I didn’t save the result correctly.

You can render images and animations from the “Render” menu. When the rendering is done, go to “Image->Save” in the image editor for still images. Animations are automatically saved in the default output folder. On windows this is “c:\temp”.

That is the basics of saving our render result, but there is more to the story, read on to learn how we can get the most possible data moved from our final render to disk. Enabling us to post-process later or in another application.

How to save an image render in Blender?

To save the most possible data into your finished image render follow these steps:

  • Start you render from the menu, Render -> Render image, or by pressing F12.
  • Once the render has finnished, go to Image -> Save or press Alt+S in the image editor that pops up.
  • Change the file format to OpenEXR (Multilayer) in the top right corner.
  • Name your file.
  • Press Save as image.

Choosing the right file format when saving a render

So, why can’t I just hit save, give my image a name and be done with it? Well, you could but you might lose valuable information hidden in your render.

To understand the amount of data that is output by Blender when we render, we need to investigate render passes. We will use the render engine Cycles for our example.

You can read a full guide on render passes in the article below. In this article we cover the basics.

When we render an image, we collect certain information that combined will give us the final color of each pixel in the image. In cycles we can pick out these individual contributors and separate them. Each separation is called a pass. Here are some examples of render passes that we may want to use.

  • Diffuse Direct, indirect and color
  • Glossy Direct, indirect and color
  • Shadow
  • Emission
  • Environment
  • Z-Depth
  • Mist
  • Cryptomatte
  • Denoise data

This is not a complete list, there are many more and you could find them if you got to the “view layer” properties in the Properties panel and find the “Passes” section.

The point that needs to get across is that we can use all this extra data in our post-processing to enhance our renders. Just like a photographer would use a RAW file format to access all the data captured when the photo was taken, a 3D artist uses these captured passes of data for maximum flexibility after the render has completed.

Only difference is that as 3D artists we have even more control and data to work with if we want.

However, if we save our images in the default output format, PNG. We lose a lot of this information.

To maintain as much of this information as possible, we must select the passes that we want before we render. We also need to save our output in a file format that support all these passes.

The most versatile format available to us is OpenEXR. One could say that OpenEXR is the raw file format of render output in Blender. Just like the photographer using a raw file format when shooting images.

There are two variations of this format. The standard OpenEXR and “OpenEXR multilayer”. Choosing multilayer will save each renderpass as a separate layer. We can then open this file in any 2D art software we want and in most software the layers will be picked up by the software’s internal layer system.

This works in Photoshop, Affinity photo and GIMP among others.

We can use any tool in the 2D application of choice to manipulate any of the layer and use Blend modes to combine them in different ways to get different effects.

OpenExr has another major benefit as well. It can store pixels brighter than white. This means that if some part of our image is blown out and only has white pixels, we can adjust this and bring details back.

There are also other file formats available to us that we can use with other benefits. PNG and JPEG are generally the file formats we use for web. Jpeg is often considered the final output format. For example, a jpeg is what we would send for printing.

How the file browser works in Blender

Depending on the context, the file browser may look slightly different. It will adapt to whatever situation it is opened in. If we open this as part of a save operation, we will have access to save properties such as file formats and formats specific settings.

But if we append data from another blend file or export a 3D object the settings available will be according to the context it is opened in.

The context specific settings are found in the properties panel, toggled with “n”. We can also click the cogwheel in the top right corner to show these settings if they happened to be hidden.

On the left side we have some shortcuts for quick navigation around the filesystem. Volumes at the top followed by some system locations such as Documents and Desktop and possibly other entries for Mac and Linux users.

Next there are favorites. To add a favourite, brwose for the location in the main window and press the “plus” icon to add it to favorites. We can then use the arrow buttons to rearrange the positioning.

At the bottom are the recently used folders.

Above the main window we have some navigation buttons, create folder and the current path. We can aslo search for files and folders.

Then there are two drop down menus. One for filtering what filetypes are shown and one for sorting and displaying the contents.

At the bottom there is a box to fill the filename and on the right side there are plus and minus buttons that will increase or decrease the last number in the filename. This is convenient if you are saving multiple versions of the same file. Just press the plus and save to increase the number.

Apart from OpenEXR, Jpeg and PNG we have a few other file formats that we can use as well. The most important things are that you know that the file format is supported for the intended use. If you don’t know, save as OpenEXR multiplayer. Then you can always use that file to export to another file format later.

What features are there to help us manage renders?

Let’s step back from the file browser for a while and look at what useful features we have in the image editor when our render is done.

By default, the image editor, formerly UV/Image Editor pops-up show us the progression of our render.

Once it is done, a few options are available. First, we can verify data about our image. Right click and hold on the image to get information about the pixel you are currently hovering over. We can check that the color values are sensible as well as the Z-depth if we plan to use this value in compositing.

If we find that we have light areas with color values above 1.0. Then this means that there is potentially more detail in that area that we might want to expose in post-processing.

We can also use the scopes. Press “n” to bring up the properties and find the “scopes” tab. Here we can see what color ranges we have in the image and get an idea if we are clamping values. The histogram shows how many pixels have a value close to 1.0(white) or close to 0.0(black) and any number in between.

In the top right corner, there is a small icon opening a dropdown if we click it. Here we can select what render pass to view.

Let’s now turn our focus to slots. In the top right corner, you can see that we are currently in slot one. We can change this to any slot from 1 to 8. If we change to slot two and render again, we can have two render results.

This feature simply enables us to have multiple renders in memory without having to save each render to a file. They are instead kept in RAM.

We can add more slots and change the name of these slots if we find the image tab in the right-side properties panel.

Find the “Render slots” subsection. Click the plus to add a slot and double click a slot to rename it. The “X” button will clear the current render slot.

In the “image” tab there is also a “metadata” section where we can find some basic information about our image.

Final thoughts

In this article we covered some of the tools that we encounter as we save render images. The file browser allow us to navigate the file system and save files in different file formats.

The image editor allows us to view our renders, compare them and see what data we save and export.

Saving in the correct file format is crucial to not lose data once we close Blender.

Где сохраняются файлы Blender?

Вы можете визуализировать изображения и анимацию из меню «Render». Когда рендеринг будет завершен, перейдите в «Изображение-> Сохранить» в редакторе изображений для неподвижных изображений. Анимации автоматически сохраняются в выходной папке по умолчанию. В Windows это «c:temp».

Где Blender сохраняет отрендеренные видео?

Визуализированные анимации и другие последовательности, как правило, автоматически сохраняются в результате процесса в указанном месте, доступ к которому возможен извне из Blender, обычно это папка /tmp.

Как сохранить файл Blender в формате PNG?

Как экспортировать PNG из Blender

  1. Щелкните меню «Render» и выберите «Render Image», чтобы визуализировать сцену, которую вы хотите сохранить. Вы также можете визуализировать сцену, нажав клавишу «F12». …
  2. Нажмите «Изображение» и выберите «Сохранить как изображение», чтобы открыть окно «Сохранить снимок экрана». …
  3. Щелкните поле счетчика и выберите формат файла «PNG».

Как сохранить файл в Blender?

Сохранить как Shift-Ctrl-S, F2. Выберите файл для сохранения blend-файла. Сохранить копию Ctrl-Alt-S. Выберите файл для сохранения blend-файла, но по завершении вернитесь к редактированию исходного файла.

Куда идут анимационные рендеры Blender для Mac?

Когда вы визуализируете анимацию в Blender 3D на Mac, она немедленно сохраняется в папке с именем /tmp/.

Как сохранить рендер Blender?

Чтобы сохранить текущий рендер:

  1. Убедитесь, что вы находитесь в редакторе изображений. …
  2. Нажмите F6. …
  3. Перейдите в каталог (папку), куда вы хотите записать файл.
  4. Введите имя файла в текстовое поле (слева от кнопки «Отмена»).
  5. Слева от окна выберите предпочитаемый тип файла.
  6. Нажмите ЛКМ на кнопку «Сохранить как изображение».

Как сохранить рендер Blender как видео?

Экспорт ваших видео из Blender

  1. Установите правильную частоту кадров.
  2. Определите разрешение анимации.
  3. Настройте камеру сцены.
  4. Выберите место для вашего рендера.
  5. Установите начальный и конечный кадры анимации.
  6. Выберите параметр визуализации анимации.
  7. После рендеринга обязательно просмотрите созданный файл, чтобы убедиться, что все правильно.

Что такое Blender Render?

Рендеринг — это процесс превращения 3D-сцены в 2D-изображение. Blender включает в себя три движка рендеринга с разными достоинствами: Eevee — физический рендерер в реальном времени. Cycles — это физически основанный трассировщик пути. Верстак предназначен для верстки, моделирования и предварительного просмотра.

Как визуализировать JPEG в блендере?

Для рендеринга в Blender Нажмите F12 для рендеринга неподвижного изображения или Ctrl + F12 для рендеринга анимации. Вы также можете перейти в меню рендеринга и выбрать оттуда рендеринг изображения или рендеринга анимации.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *