summaryrefslogtreecommitdiff
path: root/libre/blender/arm-align-structs.patch
blob: c7b030ecc551b885fc818a696bc90a691de7e1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;