Blender
V3.3
|
Public Attributes | |
Object * | ob |
DRWShadingGroup * | stroke_grp |
DRWShadingGroup * | fill_grp |
int | cfra |
float | plane [4] |
Definition at line 168 of file overlay_outline.c.
int iterData::cfra |
Definition at line 172 of file overlay_outline.c.
Referenced by gpencil_stroke_cache_populate().
DRWShadingGroup* iterData::fill_grp |
Definition at line 171 of file overlay_outline.c.
Referenced by gpencil_stroke_cache_populate().
Object* iterData::ob |
Definition at line 169 of file overlay_outline.c.
Referenced by gpencil_layer_cache_populate(), gpencil_stroke_cache_populate(), and OVERLAY_outline_gpencil().
float iterData::plane[4] |
Definition at line 173 of file overlay_outline.c.
Referenced by gpencil_layer_cache_populate(), and OVERLAY_outline_gpencil().
DRWShadingGroup* iterData::stroke_grp |
Definition at line 170 of file overlay_outline.c.
Referenced by gpencil_layer_cache_populate(), and gpencil_stroke_cache_populate().