Notifications
Clear all

[Closed] Aligning

Hi , I’m working in a fk/ik match , and I’m having problem aligning the fk controllers with the ik controllers. My code goes something like this:

 
$Circle01.rotation = $Bone01.rotation
$Circle01.pos = $Bone01.pos 

With 2 boxes works OK , but i don’t know it doesnt work with arm.
The problem its with the rotation, because the potion works.
Well that’s all, thanks.

2 Replies

It’s hard to say without seeing the arm/rig… but try $.transform instead.

THANKS !!!
that works perfect