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-29 20:15:50 +0400
committerBen Batt <benbatt@gmail.com>2007-04-29 20:15:50 +0400
commitd0ac7ef08742b439187837064da2ad2abcefb831 (patch)
treebeb99b6cede9817ca0d0ac38b7f7b2a39c6d50a9 /source/blender/src/unwrapper.c
parent7d47189518371af754a0c3b93476cd62a6a449eb (diff)
Patch #6584 - Texture functionality in the wave modifier
This patch allows the user to use a texture to modulate the wave modifier's amplitude. Thanks to Michael Fox (mfoxdoggg) for the patch!
Diffstat (limited to 'source/blender/src/unwrapper.c')
-rw-r--r--source/blender/src/unwrapper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/unwrapper.c b/source/blender/src/unwrapper.c
index 5a93c2b3077..bb4c58acd03 100644
--- a/source/blender/src/unwrapper.c
+++ b/source/blender/src/unwrapper.c
@@ -82,7 +82,6 @@ static void hash_add_face(EdgeHash *ehash, MFace *mf)
void select_linked_tfaces_with_seams(int mode, Mesh *me, unsigned int index)
{
- MTFace *tf;
MFace *mf;
int a, doit=1, mark=0;
char *linkflag;