Blender V4.3
blender::PatternInfo Struct Reference

Public Attributes

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

Detailed Description

Definition at line 103 of file MOD_grease_pencil_dash.cc.

Member Data Documentation

◆ cyclic

Array<bool> blender::PatternInfo::cyclic

Definition at line 107 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 108 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 104 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 110 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 109 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: