diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h index 33dfe66a151..5cf86164920 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -226,6 +226,7 @@ typedef struct bGPDstroke { void *_pad3; bGPDstroke_Runtime runtime; + void *_pad4; } bGPDstroke; /* bGPDstroke->flag */ diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index 7cfd19b4bd9..4b989e52f81 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -1796,6 +1796,7 @@ typedef struct Scene { struct SceneDisplay display; struct SceneEEVEE eevee; + void *_pad9; } Scene;