Thursday, February 18, 2010

'It has non-zero rotations'

UPDATE:
Awhile ago I haven't update this. So the previous method was outdated for some time.
A big thanks to Jakub Krompolc who has suggested a more effective solution which I should have rectify to this post earlier. 

cmds.makeIdentity( 'jointName', a=1, r=1 )

"This will convert all rotations to joint orients. Unless your joint hierarchy contains non-resettable objects, like some shapes etc. That`s the only limitation."

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. you can use
    cmds.makeIdentity( topjoint, a=1, r=1 )

    this will convert all rotations to joint orients. Unless your joint hierarchy contains non-resettable objects, like some shapes etc. That`s the only limitation.

    ReplyDelete
  3. This comment has been removed by a blog administrator.

    ReplyDelete