|
Blender V4.3
|
Public Attributes | |
| const char * | name |
| float | line [4] |
| float | fill [4] |
| bool | show_stroke |
| bool | show_fill |
Definition at line 26 of file grease_pencil_add.cc.
| float blender::ed::greasepencil::ColorTemplate::fill[4] |
Definition at line 29 of file grease_pencil_add.cc.
Referenced by blender::ed::greasepencil::add_material_from_template().
| float blender::ed::greasepencil::ColorTemplate::line[4] |
Definition at line 28 of file grease_pencil_add.cc.
Referenced by blender::ed::greasepencil::add_material_from_template().
| const char* blender::ed::greasepencil::ColorTemplate::name |
Definition at line 27 of file grease_pencil_add.cc.
Referenced by blender::ed::greasepencil::add_material_from_template().
| bool blender::ed::greasepencil::ColorTemplate::show_fill |
Definition at line 31 of file grease_pencil_add.cc.
Referenced by blender::ed::greasepencil::add_material_from_template().
| bool blender::ed::greasepencil::ColorTemplate::show_stroke |
Definition at line 30 of file grease_pencil_add.cc.
Referenced by blender::ed::greasepencil::add_material_from_template().