|
Blender V4.3
|
#include <DNA_gpencil_legacy_types.h>
Public Attributes | |
| char | tmp_layerinfo [128] |
| float | multi_frame_falloff |
| int | stroke_start |
| int | fill_start |
| int | vertex_start |
| int | curve_start |
| int | _pad0 |
| struct bGPDstroke * | gps_orig |
| void * | _pad2 |
Definition at line 244 of file DNA_gpencil_legacy_types.h.
| int bGPDstroke_Runtime::_pad0 |
Definition at line 261 of file DNA_gpencil_legacy_types.h.
| void* bGPDstroke_Runtime::_pad2 |
Definition at line 265 of file DNA_gpencil_legacy_types.h.
| int bGPDstroke_Runtime::curve_start |
Curve Handles offset in the IBO where this handle starts.
Definition at line 260 of file DNA_gpencil_legacy_types.h.
| int bGPDstroke_Runtime::fill_start |
Triangle offset in the IBO where this fill starts.
Definition at line 256 of file DNA_gpencil_legacy_types.h.
| struct bGPDstroke* bGPDstroke_Runtime::gps_orig |
Original stroke (used to dereference evaluated data)
Definition at line 264 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_frame_original_pointers_update().
| float bGPDstroke_Runtime::multi_frame_falloff |
Runtime falloff factor (only for transform).
Definition at line 251 of file DNA_gpencil_legacy_types.h.
Referenced by ElementResize(), ElementRotation_ex(), transdata_elem_bend(), transdata_elem_shear(), and transdata_elem_translate().
| int bGPDstroke_Runtime::stroke_start |
Triangle offset in the IBO where this stroke starts.
Definition at line 254 of file DNA_gpencil_legacy_types.h.
| 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 248 of file DNA_gpencil_legacy_types.h.
| int bGPDstroke_Runtime::vertex_start |
Vertex offset in the VBO where this stroke starts.
Definition at line 258 of file DNA_gpencil_legacy_types.h.