Image Settings (настройки изображения)#

../../_images/editors_image_image-settings_movie-image-panel.png

Image tab.#

Source#

Select the type of image to use. For images that come from files, see Supported Graphics Formats.

Single Image#

A single, static image.

Image Sequence (последовательность изображений)#

An animation where each frame is stored in a separate file. See Opening an Image Sequence. For options, see Movie below.

Movie (фильм)#

A video file. Note that if you want to do motion tracking and video compositing rather than simply using the video as a texture, you should load it into the Movie Clip Editor instead.

Примечание

The options below are for preview purposes only; they don’t affect the 3D Viewport or the render. For that, see the Узел Image Texture (изображение).

Примечание

Blender plays all videos at the scene framerate, not their original framerate, meaning they’ll be faster or slower than intended if these framerates don’t match up. To work around this, see the Offset field of the Image Texture Node linked above.

Frames (кадры)

How many frames of the video to play. Past this point, the video will be paused (unless Cyclic is enabled).

Match Movie Length (соответствие продолжительности фильма)

Sets the Frames to the number of frames in the video file.

Start (начало)

Scene frame at which the video should start playing.

Offset (смещение)

Number of frames to offset the video to an earlier point in time. (Put differently: how many frames at the start of the video to skip.)

Cyclic (Цикличный)

Start over after the last frame to create a continuous loop.

Auto Refresh

Play the video in the Image Editor when the scene animation is playing. (The mouse cursor should be in the Image Editor or the Timeline when starting playback for this to work.)

Deinterlace

Apply deinterlacing to interlaced (analog) video.

Generated#

Image generated by Blender.

X, Y

The width and height of the image in pixels.

Float Buffer

Creates a 32-bit image. This has a larger file size, but holds much more color information than the standard 8-bit image. For close-ups and large gradients, it may be better to use a 32-bit image.

Тип
Blank (пустой):

Creates a blank image of a single specified color.

UV Grid (UV-сетка):

Создает шахматную доску с цветным перекрестием (+) в каждом квадрате.

Color Grid (цветная сетка):

Creates a more complex colored grid with letters and numbers denoting locations. It could be used to check for stretching or distortion in the UV mapping.

Color

The fill color when creating a Blank image.

Common Options (общие опции)#

Файл

Used for replacing or packing files.

Pack (упаковка)

Embed the resource into the current blend-file. See Packed Data.

Path

Путь к связанному файлу.

Open (открыть)

Открывает File Browser для выбора файла с диска.

Reload (перезагрузка)

Reloads the file. Useful when it has been reworked in an external application.

Use Multi-View

См. Мульти-вид.

Color Space (цветовое пространство)

The Color Space the image file was saved in. This is used for converting the image to linear color (which is the color space Blender works with).

Textures and final renders are often stored in sRGB, while OpenEXR images are stored in a linear color space. Some images such as normal, bump or stencil maps do not strictly contain «colors» and should never have a color conversion applied to them. For such images, the color space should be set to Non-Color.

The list of color spaces depends on the active OCIO config. The default supported color spaces are described in detail here: Default OpenColorIO Configuration.

Alpha

How the image uses its Alpha Channel. This option is only available if the image format supports transparency.

Straight:

Сохранение каналов RGB и альфа-канала отдельно, используя альфа-канал в качестве маски, также известную как несвязанный альфа-канал. Обычно используется приложениями для редактирования изображений и форматами файлов, такими как PNG. Это сохраняет цвета в частях изображения с нулевой альфой.

Premultiplied:

Сохраняет каналы RGB с умножением альфа-канала, также известным как ассоциированный альфа-канал. Естественный формат для рендеринга и используется такими форматами файлов, как OpenEXR. Это может правильно отображать чисто эмиссионные эффекты, такие как огонь, в отличие от прямой альфы.

Channel Packed:

Разные изображения упакованы в RGB и альфа-каналы, и они не должны влиять друг на друга. Упаковка каналов обычно используется игровыми движками для экономии памяти.

None:

Игнорировать альфа-канал из файла и сделать изображение полностью непрозрачным.

Half Float Precision

Load the image with a bit depth of only 16 bits per channel instead of 32, which saves memory.

View as Render

Apply the color management settings when displaying this image on the screen.

Seam Margin

The thickness of the margin around UV islands for texture painting to bleed into. This margin ensures that no unpainted pixels remain at the island border.

../../_images/editors_image_image-settings_seam-margin.png

Painting a stroke across a seam in 3D space makes it extend past the UV island borders in the texture, until it gets cut off at the margin.#

A higher value will result in a thicker margin, which can be useful if you intend to create mipmaps of the texture. However, this may also reduce painting performance.

Примечание

This setting only affects Sculpt Mode, where texture painting support is currently experimental. In Texture Paint Mode, a fixed margin is used instead.