Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: NextDesign
Posted By NextDesign On 10-08-2016 | Views: 4,656 Replies: 3
Forum: Programming
Print out the values and make sure it's returning what you expect. One thing I notice is that you're using vertNum as a counter. Don't do that - you already have an increment counter, i.

string...
Posted By NextDesign On 10-08-2016 | Views: 4,656 Replies: 3
Forum: Programming
It's telling you that getAttr returns an array of four floating point values in this case. So change

float $dupCorrectiveVal;

to

float $dupCorrectiveVal[4];
Showing results 1 to 2 of 2