[Bf-blender-cvs] [ffaf294c3f0] master: Fix alignment/size issue on ARM/RPi architecture

Sergey Sharybin noreply at git.blender.org
Mon Jul 6 15:05:49 CEST 2020


Commit: ffaf294c3f0b673ba327c43d91e1f5e2ff009e05
Author: Sergey Sharybin
Date:   Mon Jul 6 14:53:39 2020 +0200
Branches: master
https://developer.blender.org/rBffaf294c3f0b673ba327c43d91e1f5e2ff009e05

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 ef174f5858f..4bb32fedd1d 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