Blender
V3.3
|
#include <DNA_gpencil_types.h>
Public Attributes | |
float | color [3] |
float | scale [2] |
float | offset [2] |
char | _pad1 [4] |
int | lines |
char | _pad [4] |
Definition at line 659 of file DNA_gpencil_types.h.
char bGPgrid::_pad[4] |
Definition at line 666 of file DNA_gpencil_types.h.
char bGPgrid::_pad1[4] |
Definition at line 663 of file DNA_gpencil_types.h.
float bGPgrid::color[3] |
Definition at line 660 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_data_addnew(), BKE_gpencil_data_copy_settings(), and OVERLAY_gpencil_cache_init().
int bGPgrid::lines |
Definition at line 665 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_data_addnew(), BKE_gpencil_data_copy_settings(), and OVERLAY_gpencil_cache_init().
float bGPgrid::offset[2] |
Definition at line 662 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_data_copy_settings(), and OVERLAY_gpencil_cache_init().
float bGPgrid::scale[2] |
Definition at line 661 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_data_addnew(), BKE_gpencil_data_copy_settings(), and OVERLAY_gpencil_cache_init().