[Bf-blender-cvs] [b3a4dfe8b0f] soc-2019-bevel-profiles: Cleanup: Removed "shorty" which was a relic of the color evaulation for CurveMapping

Hans Goudey noreply at git.blender.org
Thu Jun 27 07:39:25 CEST 2019


Commit: b3a4dfe8b0f5de4716eddb0ed34820413f8bebb0
Author: Hans Goudey
Date:   Tue Jun 25 23:12:03 2019 -0400
Branches: soc-2019-bevel-profiles
https://developer.blender.org/rBb3a4dfe8b0f5de4716eddb0ed34820413f8bebb0

Cleanup: Removed "shorty" which was a relic of the color evaulation for CurveMapping

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

M	source/blender/makesdna/DNA_profilepath_types.h

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

diff --git a/source/blender/makesdna/DNA_profilepath_types.h b/source/blender/makesdna/DNA_profilepath_types.h
index c3345805a87..aafa7605bf6 100644
--- a/source/blender/makesdna/DNA_profilepath_types.h
+++ b/source/blender/makesdna/DNA_profilepath_types.h
@@ -34,7 +34,8 @@
 typedef struct ProfilePoint {
   float x, y;
   /** Shorty for result lookup. */
-  short flag, shorty;
+  short flag;
+  char _pad[2];
 } ProfilePoint;
 
 /* ProfilePoint->flag */



More information about the Bf-blender-cvs mailing list