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

#include <DNA_gpencil_types.h>

Public Attributes

char tmp_layerinfo [128]
 
float multi_frame_falloff
 
int stroke_start
 
int fill_start
 
int curve_start
 
struct bGPDstrokegps_orig
 
void * _pad2
 

Detailed Description

Definition at line 242 of file DNA_gpencil_types.h.

Member Data Documentation

◆ _pad2

void* bGPDstroke_Runtime::_pad2

Definition at line 258 of file DNA_gpencil_types.h.

◆ curve_start

int bGPDstroke_Runtime::curve_start

Curve Handles offset in the ibo where this handle starts.

Definition at line 254 of file DNA_gpencil_types.h.

Referenced by gpencil_edit_curve_stroke_count_cb(), and gpencil_edit_curve_stroke_iter_cb().

◆ fill_start

int bGPDstroke_Runtime::fill_start

Triangle offset in the ibo where this fill starts.

Definition at line 252 of file DNA_gpencil_types.h.

Referenced by gpencil_object_verts_count_cb(), and gpencil_stroke_cache_populate().

◆ gps_orig

struct bGPDstroke* bGPDstroke_Runtime::gps_orig

◆ multi_frame_falloff

float bGPDstroke_Runtime::multi_frame_falloff

Runtime falloff factor (only for transform).

Definition at line 247 of file DNA_gpencil_types.h.

Referenced by applyShear(), applyTranslationValue(), Bend(), ElementResize(), and ElementRotation_ex().

◆ stroke_start

int bGPDstroke_Runtime::stroke_start

◆ tmp_layerinfo

char bGPDstroke_Runtime::tmp_layerinfo[128]

temporary layer name only used during copy/paste to put the stroke in the original layer

Definition at line 244 of file DNA_gpencil_types.h.

Referenced by gpencil_brush_clone_add(), gpencil_duplicate_exec(), gpencil_duplicate_points(), gpencil_strokes_copy_exec(), and gpencil_strokes_paste_exec().


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