Blender V5.0
PaintModeSettings Struct Reference

#include <DNA_scene_types.h>

Public Attributes

char canvas_source
char _pad [7]
Imagecanvas_image
ImageUser image_user

Detailed Description

Definition at line 1263 of file DNA_scene_types.h.

Member Data Documentation

◆ _pad

char PaintModeSettings::_pad[7]

Definition at line 1266 of file DNA_scene_types.h.

◆ canvas_image

Image* PaintModeSettings::canvas_image

Selected image when canvas_source=PAINT_CANVAS_SOURCE_IMAGE.

Definition at line 1269 of file DNA_scene_types.h.

Referenced by BKE_paint_canvas_image_get(), and scene_blend_read_data().

◆ canvas_source

char PaintModeSettings::canvas_source

Source to select canvas from to paint on (ePaintCanvasSource).

Definition at line 1265 of file DNA_scene_types.h.

Referenced by BKE_paint_canvas_image_get(), BKE_paint_canvas_uvmap_layer_index_get(), and ED_paint_shading_color_override().

◆ image_user

ImageUser PaintModeSettings::image_user

Definition at line 1270 of file DNA_scene_types.h.

Referenced by BKE_paint_canvas_image_get().


The documentation for this struct was generated from the following file: