if i use attrFieldSliderGrp, i have no issues... but i really do not need the slider just the field...
string $size = `attrFieldSliderGrp -vr -label "Size" -width 200 -pre 3 -smn 0.00 -smx 10.00 -attribute ($particleShape[0]+"._Size")`;
1
string $size = attrFieldGrp -label "Size" -attribute ($particleShape[0]+".\_Size")
;
any idea why attrFieldSliderGrp works, but attrFieldGrp crashes maya?
much appreciated!
Gary