[Bf-blender-cvs] [9c41744ef49] blender-v2.83-release: Fix alignment/size issue on ARM/RPi architecture

Sergey Sharybin noreply at git.blender.org
Mon Jul 13 17:13:33 CEST 2020


Commit: 9c41744ef494d743a2e8c5f778360c47fdff439b
Author: Sergey Sharybin
Date:   Mon Jul 6 14:53:39 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB9c41744ef494d743a2e8c5f778360c47fdff439b

Fix alignment/size issue on ARM/RPi architecture

Addresses 964305 from Debian bug tracker.

===================================================================

M	source/blender/makesdna/DNA_view3d_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 27097dc160c..4caeaafef38 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -191,6 +191,7 @@ typedef struct View3DShading {
   int render_pass;
 
   struct IDProperty *prop;
+  void *_pad2;
 } View3DShading;
 
 /** 3D Viewport Overlay settings. */



More information about the Bf-blender-cvs mailing list