[Bf-blender-cvs] [6750d89] bmesh-boolean-experiment: cleanup dna

Campbell Barton noreply at git.blender.org
Fri Dec 11 09:32:13 CET 2015


Commit: 6750d89ce8f2c9dc779d66332452881340ce4e9a
Author: Campbell Barton
Date:   Fri Dec 11 19:25:40 2015 +1100
Branches: bmesh-boolean-experiment
https://developer.blender.org/rB6750d89ce8f2c9dc779d66332452881340ce4e9a

cleanup dna

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

M	source/blender/makesdna/DNA_modifier_types.h

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

diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 831de91..3eac2be 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -640,7 +640,7 @@ typedef struct BooleanModifierData {
 	ModifierData modifier;
 
 	struct Object *object;
-	char operation, method, flag, _pad, pad[8];
+	char operation, method, flag, pad[1];
 	float threshold;
 } BooleanModifierData;




More information about the Bf-blender-cvs mailing list