Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index ea3c1ff7275..504a44da34b 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -97,9 +97,10 @@ typedef struct bGPDspoint {
/** Vertex Color RGBA (A=mix factor). */
float vert_color[4];
- /** Runtime data */
- char _pad2[4];
+ /** Generic custom vector for various use cases. */
+ float custom_vector[3];
+ /** Runtime data */
bGPDspoint_Runtime runtime;
} bGPDspoint;