Grease Pencil Material Properties¶
Grease Pencil materials define how strokes and fills are rendered. Each stroke references a single material, and that material contains separate settings for its Stroke and Fill components.
The Material Properties panel provides tools to manage material slots, control visibility and locking, and configure the appearance of stroke and fill shading.
Слоты для материалов¶
Grease Pencil material slots panel.¶
Material slots assign materials to the Grease Pencil object. Each stroke stores a reference to one of these material slots.
The active material is used for newly created strokes. Existing strokes keep their assigned material unless changed manually.
Next to each material name are controls for common visibility and editing options:
- / (Show/Hide in Ghosts)
Controls whether the material is visible in Onion Skinning previews.
- / (Hide/Show Material)
Toggles the visibility of strokes using this material in the viewport.
- / (Lock/Unlock Material)
Prevents strokes using this material from being edited in Edit Mode.
Специальные настройки ()¶
These operators provide bulk control over material visibility and locking:
- Показать все (show all)
Enable visibility for all materials.
- Скрыть остальные (hide others)
Hide all materials except the active one.
- Заблокировать все (lock all)
Lock all materials to prevent editing.
- Разблокировать все (unlock all)
Unlock all materials for editing.
- Lock Unselected
Lock materials not used by the currently selected strokes.
- Lock Unused
Lock and hide materials not assigned to any stroke.
- Скопировать материал на выделение (copy material to selected)
Copy the active material to selected Grease Pencil objects.
- Copy All Materials to Selected
Copy all material slots to selected Grease Pencil objects.
- Удалить неиспользуемые слоты (remove unused slots)
Remove material slots that are not assigned to any strokes.
Lock & Visibility Controls¶
- (Isolate Material)
Lock all other materials so only the active material can be edited.
- (Isolate Material)
Hide all other materials so only the active material is visible.
Поверхность (surface)¶
Shader panel with only Stroke component enabled.¶
The Surface panel defines the visual appearance of strokes and fills. Each material contains two independent components:
Stroke – Controls the outline rendering.
Fill – Controls the interior rendering of closed strokes.
Each component can be enabled or disabled independently.
Штрих (stroke)¶
The Stroke component defines how the line itself is drawn.
- Line Type
Defines how the stroke geometry is rendered.
- Линия (line):
Renders a continuous line connecting stroke points.
- Dots (усеивать):
Draws a circular shape at each stroke point. Points are not connected.
- Squares:
Draws a square shape at each stroke point. Points are not connected.
- Стиль (style)
Determines how the stroke is shaded.
- Сплошной (solid):
Uses a uniform base color.
- Текстура (texture):
Uses an image texture mapped along the stroke.
- Изображение (image)
Image data-block used as the texture source.
- Смеше́ние (blend)
Mix factor between the texture and the Base Color.
- UV Factor
Controls texture scaling along the stroke length.
- Placement Dots Squares
Defines how dots or squares are distributed along strokes.
- Количество (count):
Places a fixed number of dots on each stroke segment.
This mode keeps the number of generated shapes consistent regardless of the stroke length or thickness.
- Количество (count)
Number of dots to place on each stroke segment.
- Радиус (radius):
Places dots based on the stroke radius, adapting the spacing to the stroke thickness.
Larger stroke radii produce wider spacing between dots, while smaller radii place them closer together.
- Интервалы (spacing)
Distance between dots as a percentage of their diameter.
Lower values create overlapping or tightly packed dots, while higher values increase the gap between each generated shape.
- Плотность (density):
Places dots based on the stroke length.
Longer strokes generate more dots while shorter strokes generate fewer, maintaining a more uniform visual density along the stroke.
- Плотность (density)
Number of dots generated along the stroke length.
Higher values create more densely packed dots.
- Основной цвет (base color)
The primary color of the stroke.
- Удержание (holdout)
Makes the stroke act as a mask, removing color from underlying strokes and fills.
- Выравнивание (alignment)
Controls orientation of Dots and Squares.
- Путь (path):
Aligns to the drawing direction and object rotation.
- Объект (object):
Aligns only to the object’s rotation.
- Фиксировано (fixed):
Aligns to screen space.
- Вращение (rotation)
Rotates the Dots or Squares shapes. Limited to -90° to 90°.
- Self Overlap
Controls how overlapping parts of the same stroke blend, particularly with semi-transparent materials.
Рандомизировать* (randomize)¶
Adds random variation to generated dots or squares to create a less uniform appearance.
- Размер (size)
Randomly varies the size of generated shapes.
Higher values increase the variation between larger and smaller dots.
- Сила* (strength)
Randomly varies the opacity of generated shapes.
This can create a more natural or textured appearance.
- Вращение (rotation)
Randomly rotates generated shapes around their center.
This is most noticeable when using square shapes.
- Тон (hue)
Randomly varies the hue of generated shapes.
- Насыщенность (saturation)
Randomly varies the saturation of generated shapes.
- Значение* (value)
Randomly varies the brightness of generated shapes.
- Масштаб шума (noise scale)
Controls the scale of the random noise pattern.
Lower values create smoother variation across the stroke, while higher values produce more rapidly changing randomization.
Заполнить (fill)¶
The Fill component controls rendering of closed stroke regions.
- Стиль (style)
Defines how the fill is shaded.
- Сплошной (solid):
Uses a single base color.
- Градиент (gradient):
Blends between two colors.
- Gradient Type
- Линейно (linear):
Blends along one axis.
- Радиально (radial):
Blends outward from a center point.
- Текстура (texture):
Uses an image texture.
- Изображение (image)
Image data-block used for the fill texture.
- Основной цвет (base color)
Primary fill color.
- Secondary Color Gradient
Secondary color used for gradients.
- Удержание (holdout)
Makes the fill act as a mask, removing color from strokes underneath.
- Blend Gradient / Texture
Controls mixing between Base Color and the gradient or texture.
- Flip Colors Gradient
Swaps Base and Secondary colors.
- Location X, Y Gradient / Texture
Offsets gradient or texture coordinates.
- Rotation Gradient / Texture
Rotates the gradient or texture mapping.
- Scale X, Y Gradient / Texture
Scales the gradient or texture mapping.
- Clip Image Texture
Prevents texture tiling when enabled.
Настройки (settings)¶
- Индекс прохода (pass index)
Custom integer identifier for use in modifiers and compositing. Can be used to target specific materials in Grease Pencil Modifiers.