View Single Post
# 2 10-08-2016 , 12:59 AM
NextDesign's Avatar
Technical Director
Join Date: Feb 2004
Posts: 2,988
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];


Imagination is more important than knowledge.