How to get the Point At target [Solved]
DraagonStorm
Posts: 748
I know how to set a point at target, but I can't find how to get what a point at target is.
var pAt = bone.getPointAtControl();
pAt.getValue() will get me the strength value. I've tried pAt.getLabel() and pAT.getName() but both are returning blank.
Post edited by DraagonStorm on
Comments
Nevermind, found it!