View Single Post
# 2 14-08-2009 , 10:56 PM
bendingiscool's Avatar
Subscriber
Join Date: Jul 2006
Location: London
Posts: 567
Haven't got Maya in front of me but the rough code should be something along these lines...

string $sel[] = `ls -sl`;
string $toonStuff = `toon command`;

connectAttr -f ($sel[0] + ".translate") ($toonStuff[1] + ".cameraPoint");

Chris