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!
This commit is contained in:
2007-04-29 16:15:50 +00:00
parent 7d47189518
commit d0ac7ef087
7 changed files with 222 additions and 12 deletions

View File

@@ -555,7 +555,7 @@ MTFace *get_active_tface(MCol **mcol)
{
Mesh *me;
MTFace *tf;
MTFace *mf;
MFace *mf;
int a;
if(OBACT==NULL || OBACT->type!=OB_MESH)