]> git.pld-linux.org Git - packages/blender.git/blob - struct-alignment.patch
- fix struct member name conflict
[packages/blender.git] / struct-alignment.patch
1 --- blender-2.81a/source/blender/makesdna/DNA_gpencil_types.h~  2019-12-14 15:25:53.000000000 +0100
2 +++ blender-2.81a/source/blender/makesdna/DNA_gpencil_types.h   2019-12-14 15:25:55.905953908 +0100
3 @@ -223,7 +223,6 @@
4  
5    /** Vertex weight data. */
6    struct MDeformVert *dvert;
7 -  void *_pad3;
8  
9    bGPDstroke_Runtime runtime;
10  } bGPDstroke;
11 --- blender-2.81a/source/blender/makesdna/DNA_view3d_types.h~   2019-12-14 15:41:30.000000000 +0100
12 +++ blender-2.81a/source/blender/makesdna/DNA_view3d_types.h    2019-12-14 15:42:53.605920053 +0100
13 @@ -180,6 +180,7 @@
14    float curvature_valley_factor;
15  
16    struct IDProperty *prop;
17 +  void *_pad99;
18  } View3DShading;
19  
20  /** 3D Viewport Overlay settings. */
This page took 0.051986 seconds and 3 git commands to generate.