Blender V5.0
blender::PatternInfo Struct Reference

Public Attributes

int offset = 0
int length = 0
Array< IndexRangesegments
Array< bool > cyclic
Array< int > material
Array< floatradius
Array< floatopacity

Detailed Description

Definition at line 107 of file MOD_grease_pencil_dash.cc.

Member Data Documentation

◆ cyclic

Array<bool> blender::PatternInfo::cyclic

Definition at line 111 of file MOD_grease_pencil_dash.cc.

Referenced by blender::foreach_dash(), and blender::get_pattern_info().

◆ length

int blender::PatternInfo::length = 0

◆ material

Array<int> blender::PatternInfo::material

Definition at line 112 of file MOD_grease_pencil_dash.cc.

Referenced by blender::foreach_dash(), and blender::get_pattern_info().

◆ offset

int blender::PatternInfo::offset = 0

Definition at line 108 of file MOD_grease_pencil_dash.cc.

Referenced by blender::foreach_dash(), and blender::get_pattern_info().

◆ opacity

Array<float> blender::PatternInfo::opacity

Definition at line 114 of file MOD_grease_pencil_dash.cc.

Referenced by blender::foreach_dash(), and blender::get_pattern_info().

◆ radius

Array<float> blender::PatternInfo::radius

Definition at line 113 of file MOD_grease_pencil_dash.cc.

Referenced by blender::foreach_dash(), and blender::get_pattern_info().

◆ segments

Array<IndexRange> blender::PatternInfo::segments

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