Pointyman
12-12-2012, 09:44 AM
Hi guys, I'm struggling to get this code to work. Basically I want to move pPlane2 to the vector coords on the sphere. It's giving me some error and I can't find what I'm doing wrong. Any idea? :shrug:
vector $vec = `pointPosition pSphere1.vtx[216]`;
$dispVec = <<$vec.x,$vec.y,$vec.z>>;
print $dispVec;
select -r pPlane2;
move -a $dispVec;
vector $vec = `pointPosition pSphere1.vtx[216]`;
$dispVec = <<$vec.x,$vec.y,$vec.z>>;
print $dispVec;
select -r pPlane2;
move -a $dispVec;
