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
Original issue reported on code.google.com by
notanymike
on 7 Feb 2012 at 2:09