summaryrefslogtreecommitdiff
path: root/libre/blender/arm-align-structs.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-12-17 23:32:11 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2019-12-21 00:47:52 -0500
commit97bc93664ff59b8724b31946eefc178de9dd5841 (patch)
treef491d67ad6108dd5aba4c5159d30eaad6f221170 /libre/blender/arm-align-structs.patch
parent84b72fd6cd7496525d8a36b1b224b3d94774bcc6 (diff)
downloadabslibre-97bc93664ff59b8724b31946eefc178de9dd5841.tar.gz
abslibre-97bc93664ff59b8724b31946eefc178de9dd5841.tar.bz2
abslibre-97bc93664ff59b8724b31946eefc178de9dd5841.zip
[blender]: add arm struct alignment patch
Diffstat (limited to 'libre/blender/arm-align-structs.patch')
-rw-r--r--libre/blender/arm-align-structs.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/libre/blender/arm-align-structs.patch b/libre/blender/arm-align-structs.patch
new file mode 100644
index 000000000..c7b030ecc
--- /dev/null
+++ b/libre/blender/arm-align-structs.patch
@@ -0,0 +1,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;