Blender V5.0
bGPDcurve Struct Reference

#include <DNA_gpencil_legacy_types.h>

Public Attributes

bGPDcurve_pointcurve_points
int tot_curve_points
short flag
char _pad [2]

Detailed Description

Definition at line 177 of file DNA_gpencil_legacy_types.h.

Member Data Documentation

◆ _pad

char bGPDcurve::_pad[2]

Definition at line 186 of file DNA_gpencil_legacy_types.h.

◆ curve_points

bGPDcurve_point* bGPDcurve::curve_points

◆ flag

short bGPDcurve::flag

General flag.

Definition at line 185 of file DNA_gpencil_legacy_types.h.

◆ tot_curve_points

int bGPDcurve::tot_curve_points

Total number of curve points.

Definition at line 183 of file DNA_gpencil_legacy_types.h.

Referenced by BKE_gpencil_blend_read_data(), and greasepencil_blend_write().


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