Leopardob / stretchmesh

Automatically exported from code.google.com/p/stretchmesh
0 stars 0 forks source link

Typo #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. n/a
2. n/a
3. n/a

What is the expected output? What do you see instead?

n/a

What version of the product are you using? On what operating system?

Windows Maya 2012 x64/MSVC 2008

Please provide any additional information below.

Line 671 in stretchMeshDeformer.cpp:
MArrayDataHandle cAttachUVListHndl = 
block.inputArrayValue(crvAttractorAttachUV, &stat);

Shouldn't it be:

MArrayDataHandle cAttachUVListHndl = 
block.inputArrayValue(crvAttractorAttachUVList, &stat);

?

Original issue reported on code.google.com by notanymike on 7 Feb 2012 at 2:09

GoogleCodeExporter commented 9 years ago
Fixing this "typo" as suggested fixed the problem described in issue 1
- djx

Original comment by david....@gmail.com on 7 Feb 2012 at 11:28