|
Blender V5.0
|
#include <DNA_gpencil_legacy_types.h>
Public Attributes | |
| float | color [3] |
| float | scale [2] |
| float | offset [2] |
| char | _pad1 [4] |
| int | lines |
| char | _pad [4] |
Definition at line 602 of file DNA_gpencil_legacy_types.h.
| char bGPgrid::_pad[4] |
Definition at line 609 of file DNA_gpencil_legacy_types.h.
| char bGPgrid::_pad1[4] |
Definition at line 606 of file DNA_gpencil_legacy_types.h.
| float bGPgrid::color[3] |
Definition at line 603 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_data_addnew().
| int bGPgrid::lines |
Definition at line 608 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_data_addnew().
| float bGPgrid::offset[2] |
Definition at line 605 of file DNA_gpencil_legacy_types.h.
| float bGPgrid::scale[2] |
Definition at line 604 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_data_addnew().