Blender  V2.93
Public Attributes | List of all members
bGPgrid Struct Reference

#include <DNA_gpencil_types.h>

Public Attributes

float color [3]
 
float scale [2]
 
float offset [2]
 
char _pad1 [4]
 
int lines
 
char _pad [4]
 

Detailed Description

Definition at line 634 of file DNA_gpencil_types.h.

Member Data Documentation

◆ _pad

char bGPgrid::_pad[4]

Definition at line 641 of file DNA_gpencil_types.h.

◆ _pad1

char bGPgrid::_pad1[4]

Definition at line 638 of file DNA_gpencil_types.h.

◆ color

float bGPgrid::color[3]

Definition at line 635 of file DNA_gpencil_types.h.

Referenced by BKE_gpencil_data_addnew(), and OVERLAY_gpencil_cache_init().

◆ lines

int bGPgrid::lines

Definition at line 640 of file DNA_gpencil_types.h.

Referenced by BKE_gpencil_data_addnew(), and OVERLAY_gpencil_cache_init().

◆ offset

float bGPgrid::offset[2]

Definition at line 637 of file DNA_gpencil_types.h.

Referenced by OVERLAY_gpencil_cache_init().

◆ scale

float bGPgrid::scale[2]

Definition at line 636 of file DNA_gpencil_types.h.

Referenced by BKE_gpencil_data_addnew(), and OVERLAY_gpencil_cache_init().


The documentation for this struct was generated from the following file: