|
Blender V4.3
|
Public Attributes | |
| int | offset = 0 |
| int | length = 0 |
| Array< IndexRange > | segments |
| Array< bool > | cyclic |
| Array< int > | material |
| Array< float > | radius |
| Array< float > | opacity |
Definition at line 103 of file MOD_grease_pencil_dash.cc.
| 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().
| int blender::PatternInfo::length = 0 |
Definition at line 105 of file MOD_grease_pencil_dash.cc.
Referenced by blender::find_dash_segment(), blender::foreach_dash(), and blender::get_pattern_info().
Definition at line 108 of file MOD_grease_pencil_dash.cc.
Referenced by blender::foreach_dash(), and blender::get_pattern_info().
| 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().
Definition at line 110 of file MOD_grease_pencil_dash.cc.
Referenced by blender::foreach_dash(), and blender::get_pattern_info().
Definition at line 109 of file MOD_grease_pencil_dash.cc.
Referenced by blender::foreach_dash(), and blender::get_pattern_info().
| Array<IndexRange> blender::PatternInfo::segments |
Definition at line 106 of file MOD_grease_pencil_dash.cc.
Referenced by blender::find_dash_segment(), blender::foreach_dash(), and blender::get_pattern_info().