[Bf-blender-cvs] [0d2685ae22c] new-object-types: Fix Windows build error

Brecht Van Lommel noreply at git.blender.org
Fri Mar 6 15:22:50 CET 2020


Commit: 0d2685ae22c0bc0f7f516b3a5c186bf8c05265f6
Author: Brecht Van Lommel
Date:   Fri Mar 6 14:59:49 2020 +0100
Branches: new-object-types
https://developer.blender.org/rB0d2685ae22c0bc0f7f516b3a5c186bf8c05265f6

Fix Windows build error

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

M	source/blender/makesdna/DNA_hair_defaults.h
M	source/blender/makesdna/DNA_pointcloud_defaults.h

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

diff --git a/source/blender/makesdna/DNA_hair_defaults.h b/source/blender/makesdna/DNA_hair_defaults.h
index 90a56f53021..de7a830885d 100644
--- a/source/blender/makesdna/DNA_hair_defaults.h
+++ b/source/blender/makesdna/DNA_hair_defaults.h
@@ -30,6 +30,7 @@
 
 #define _DNA_DEFAULT_Hair \
   { \
+    .flag = 0, \
   }
 
 /** \} */
diff --git a/source/blender/makesdna/DNA_pointcloud_defaults.h b/source/blender/makesdna/DNA_pointcloud_defaults.h
index d92dd575333..89df2d3c4be 100644
--- a/source/blender/makesdna/DNA_pointcloud_defaults.h
+++ b/source/blender/makesdna/DNA_pointcloud_defaults.h
@@ -30,6 +30,7 @@
 
 #define _DNA_DEFAULT_PointCloud \
   { \
+    .flag = 0, \
   }
 
 /** \} */



More information about the Bf-blender-cvs mailing list