Blender
V3.3
|
#include <gpencil_intern.h>
Public Attributes | |
struct RegionView3D * | rv3d |
struct Depsgraph * | depsgraph |
struct Object * | ob |
struct bGPdata * | gpd |
struct bGPDlayer * | gpl |
struct bGPDframe * | gpf |
struct bGPDframe * | t_gpf |
struct bGPDstroke * | gps |
int | disable_fill |
int | offsx |
int | offsy |
int | winx |
int | winy |
int | dflag |
short | lthick |
float | opacity |
float | tintcolor [4] |
bool | onion |
bool | custonion |
bool | is_fill_stroke |
float | diff_mat [4][4] |
Definition at line 72 of file gpencil_intern.h.
bool tGPDdraw::custonion |
Definition at line 91 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_strokes().
struct Depsgraph* tGPDdraw::depsgraph |
Definition at line 74 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock().
int tGPDdraw::dflag |
Definition at line 86 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_strokes().
float tGPDdraw::diff_mat[4][4] |
Definition at line 93 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_stroke_3d().
int tGPDdraw::disable_fill |
Definition at line 81 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_strokes().
struct bGPdata* tGPDdraw::gpd |
Definition at line 76 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), gpencil_draw_stroke_3d(), and gpencil_draw_strokes().
struct bGPDframe* tGPDdraw::gpf |
Definition at line 78 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock().
struct bGPDlayer* tGPDdraw::gpl |
Definition at line 77 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock().
struct bGPDstroke* tGPDdraw::gps |
Definition at line 80 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), gpencil_draw_stroke_3d(), and gpencil_draw_strokes().
bool tGPDdraw::is_fill_stroke |
Definition at line 92 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), gpencil_draw_stroke_3d(), and gpencil_draw_strokes().
short tGPDdraw::lthick |
Definition at line 87 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_strokes().
struct Object* tGPDdraw::ob |
Definition at line 75 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_stroke_3d().
int tGPDdraw::offsx |
Definition at line 82 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock().
int tGPDdraw::offsy |
Definition at line 83 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock().
bool tGPDdraw::onion |
Definition at line 90 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_strokes().
float tGPDdraw::opacity |
Definition at line 88 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_strokes().
struct RegionView3D* tGPDdraw::rv3d |
Definition at line 73 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_stroke_3d().
struct bGPDframe* tGPDdraw::t_gpf |
Definition at line 79 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_strokes().
float tGPDdraw::tintcolor[4] |
Definition at line 89 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_strokes().
int tGPDdraw::winx |
Definition at line 84 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_stroke_3d().
int tGPDdraw::winy |
Definition at line 85 of file gpencil_intern.h.
Referenced by gpencil_draw_datablock(), and gpencil_draw_stroke_3d().