From cc9372b7e0f848405e37d51587916c4ec7f636a3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Dec 2013 12:59:04 +1100 Subject: DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs. also fully remove freestyle raycasting_algorithm --- source/blender/makesdna/DNA_meshdata_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_meshdata_types.h') diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h index 1114549f2da..c370e677df0 100644 --- a/source/blender/makesdna/DNA_meshdata_types.h +++ b/source/blender/makesdna/DNA_meshdata_types.h @@ -358,8 +358,8 @@ enum { /* mtface->flag */ enum { - TF_SELECT = (1 << 0), /* use MFace hide flag (after 2.43), should be able to reuse after 2.44 */ - TF_ACTIVE = (1 << 1), /* deprecated! */ + // TF_SELECT = (1 << 0), /* use MFace hide flag (after 2.43), should be able to reuse after 2.44 */ + // TF_ACTIVE = (1 << 1), /* deprecated! */ TF_SEL1 = (1 << 2), TF_SEL2 = (1 << 3), TF_SEL3 = (1 << 4), @@ -377,7 +377,7 @@ enum { TF_CONVERTED = (1 << 5), /* tface converted to material */ TF_SHAREDCOL = (1 << 6), - TF_TILES = (1 << 7), /* deprecated */ + // TF_TILES = (1 << 7), /* deprecated */ TF_BILLBOARD = (1 << 8), TF_TWOSIDE = (1 << 9), TF_INVISIBLE = (1 << 10), -- cgit v1.2.3