Blender  V3.3
Public Attributes | List of all members
bGPDcurve_point Struct Reference

#include <DNA_gpencil_types.h>

Public Attributes

BezTriple bezt
 
float pressure
 
float strength
 
int point_index
 
int flag
 
float uv_fac
 
float uv_rot
 
float uv_fill [2]
 
float vert_color [4]
 
char _pad [4]
 

Detailed Description

Definition at line 179 of file DNA_gpencil_types.h.

Member Data Documentation

◆ _pad

char bGPDcurve_point::_pad[4]

Definition at line 201 of file DNA_gpencil_types.h.

◆ bezt

BezTriple bGPDcurve_point::bezt

◆ flag

int bGPDcurve_point::flag

◆ point_index

int bGPDcurve_point::point_index

◆ pressure

float bGPDcurve_point::pressure

◆ strength

float bGPDcurve_point::strength

◆ uv_fac

float bGPDcurve_point::uv_fac

Factor of uv along the stroke.

Definition at line 193 of file DNA_gpencil_types.h.

◆ uv_fill

float bGPDcurve_point::uv_fill[2]

Uv for fill mode.

Definition at line 197 of file DNA_gpencil_types.h.

◆ uv_rot

float bGPDcurve_point::uv_rot

Uv rotation for dot mode.

Definition at line 195 of file DNA_gpencil_types.h.

◆ vert_color

float bGPDcurve_point::vert_color[4]

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