Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Batt <benbatt@gmail.com>2007-04-30 20:49:12 +0400
committerBen Batt <benbatt@gmail.com>2007-04-30 20:49:12 +0400
commit469208a10121e6e859b6fe7025bafe3d9f892fd7 (patch)
treea5e667171d5549f7b64c4b63c09e3de06b9e67e4 /source/blender/makesdna/DNA_effect_types.h
parent0b66fe6a4849b3916793cd815ffb8c0d67885cdc (diff)
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!
Diffstat (limited to 'source/blender/makesdna/DNA_effect_types.h')
-rw-r--r--source/blender/makesdna/DNA_effect_types.h5
1 files changed, 0 insertions, 5 deletions
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;