Urrelles
05-01-2007, 07:07 AM
I'm working on my 1st MEL plugin and I've got everthing going smoothly up to this very last minor detail.
I need my program to check if an IK exist before executing the final procedure. The problem is the command:
if(`objExists ("name_of_IK")`)
....does not work. It returns false guarenteed. However this same command works for joints, poly, nurbs etc.
Is there a different command for checking the existance of an IK maya?
I need my program to check if an IK exist before executing the final procedure. The problem is the command:
if(`objExists ("name_of_IK")`)
....does not work. It returns false guarenteed. However this same command works for joints, poly, nurbs etc.
Is there a different command for checking the existance of an IK maya?
