Blender  V3.3
Public Attributes | List of all members
PaintAdjData Struct Reference

Public Attributes

int * n_target
 
int * n_index
 
int * n_num
 
int * flags
 
int total_targets
 
int * border
 
int total_border
 

Detailed Description

Definition at line 233 of file dynamicpaint.c.

Member Data Documentation

◆ border

int* PaintAdjData::border

Indices of border pixels (only for texture paint).

Definition at line 245 of file dynamicpaint.c.

Referenced by dynamic_paint_border_cb(), dynamicPaint_createUVSurface(), dynamicPaint_doBorderStep(), and dynamicPaint_initAdjacencyData().

◆ flags

int* PaintAdjData::flags

◆ n_index

int* PaintAdjData::n_index

◆ n_num

int* PaintAdjData::n_num

◆ n_target

int* PaintAdjData::n_target

◆ total_border

int PaintAdjData::total_border

Size of border.

Definition at line 247 of file dynamicpaint.c.

Referenced by dynamicPaint_createUVSurface(), dynamicPaint_doBorderStep(), and dynamicPaint_initAdjacencyData().

◆ total_targets

int PaintAdjData::total_targets

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