[Bf-blender-cvs] [0dccffb] strand_editmode: Fix for CustomDataType syntax error from merging.

Lukas Tönne noreply at git.blender.org
Mon Apr 20 14:24:37 CEST 2015


Commit: 0dccffb7aa4dcda626a8a3f91e5cf8c825132f4f
Author: Lukas Tönne
Date:   Mon Apr 20 12:37:21 2015 +0200
Branches: strand_editmode
https://developer.blender.org/rB0dccffb7aa4dcda626a8a3f91e5cf8c825132f4f

Fix for CustomDataType syntax error from merging.

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

M	source/blender/makesdna/DNA_customdata_types.h

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

diff --git a/source/blender/makesdna/DNA_customdata_types.h b/source/blender/makesdna/DNA_customdata_types.h
index ed2a2ac..3202446 100644
--- a/source/blender/makesdna/DNA_customdata_types.h
+++ b/source/blender/makesdna/DNA_customdata_types.h
@@ -124,6 +124,7 @@ typedef enum CustomDataType {
 	CD_MSURFACE_SAMPLE  = 42,
 
 	CD_NUMTYPES         = 43
+} CustomDataType;
 
 /* Bits for CustomDataMask */
 #define CD_MASK_MVERT		(1 << CD_MVERT)




More information about the Bf-blender-cvs mailing list