From 469208a10121e6e859b6fe7025bafe3d9f892fd7 Mon Sep 17 00:00:00 2001 From: Ben Batt Date: Mon, 30 Apr 2007 16:49:12 +0000 Subject: Patch #6192 - Wave Modifier Option to move verts along normals This patch adds an option to the wave modifier to displace along the normals of the base mesh, rather than in the local Z direction. Thanks to Michael Fox (mfoxdoggg) for the patch! --- source/blender/makesdna/DNA_effect_types.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/makesdna/DNA_effect_types.h') diff --git a/source/blender/makesdna/DNA_effect_types.h b/source/blender/makesdna/DNA_effect_types.h index 435a18e5ab2..4d910861acd 100644 --- a/source/blender/makesdna/DNA_effect_types.h +++ b/source/blender/makesdna/DNA_effect_types.h @@ -77,11 +77,6 @@ #define PAF_TEXRGB 1 #define PAF_TEXGRAD 2 - /* wav->flag */ -#define WAV_X 2 -#define WAV_Y 4 -#define WAV_CYCL 8 - typedef struct Effect { struct Effect *next, *prev; short type, flag, buttype, rt; -- cgit v1.2.3