|
Blender V4.3
|
#include <DNA_gpencil_legacy_types.h>
Public Attributes | |
| struct bGPDspoint * | pt_orig |
| int | idx_orig |
| char | _pad0 [4] |
Definition at line 56 of file DNA_gpencil_legacy_types.h.
| char bGPDspoint_Runtime::_pad0[4] |
Definition at line 63 of file DNA_gpencil_legacy_types.h.
| int bGPDspoint_Runtime::idx_orig |
Original index array position
Definition at line 62 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_frame_original_pointers_update().
| struct bGPDspoint* bGPDspoint_Runtime::pt_orig |
Original point (used to dereference evaluated data)
Definition at line 60 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_frame_original_pointers_update().