Blender V5.0
bGPDcurve_point Struct Reference

#include <DNA_gpencil_legacy_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 143 of file DNA_gpencil_legacy_types.h.

Member Data Documentation

◆ _pad

char bGPDcurve_point::_pad[4]

Definition at line 165 of file DNA_gpencil_legacy_types.h.

◆ bezt

BezTriple bGPDcurve_point::bezt

Bezier Triple for the handles and control points.

Definition at line 145 of file DNA_gpencil_legacy_types.h.

◆ flag

int bGPDcurve_point::flag

Additional options.

Definition at line 154 of file DNA_gpencil_legacy_types.h.

◆ point_index

int bGPDcurve_point::point_index

Index of corresponding point in gps->points.

Definition at line 151 of file DNA_gpencil_legacy_types.h.

◆ pressure

float bGPDcurve_point::pressure

Pressure of input device (from 0 to 1) at this point.

Definition at line 147 of file DNA_gpencil_legacy_types.h.

◆ strength

float bGPDcurve_point::strength

Color strength (used for alpha factor).

Definition at line 149 of file DNA_gpencil_legacy_types.h.

◆ uv_fac

float bGPDcurve_point::uv_fac

Factor of uv along the stroke.

Definition at line 157 of file DNA_gpencil_legacy_types.h.

◆ uv_fill

float bGPDcurve_point::uv_fill[2]

UV for fill mode.

Definition at line 161 of file DNA_gpencil_legacy_types.h.

◆ uv_rot

float bGPDcurve_point::uv_rot

UV rotation for dot mode.

Definition at line 159 of file DNA_gpencil_legacy_types.h.

◆ vert_color

float bGPDcurve_point::vert_color[4]

Vertex Color RGBA (A=mix factor).

Definition at line 164 of file DNA_gpencil_legacy_types.h.


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