Message 1 of 2
ERROR: unsupported operand type(s) for +: 'float' and 'tuple'???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have this line of code and when I run the script i'm getting this error:
Code:
cmds.xform('leftFoot_CTRL', translation = ((t_foot_wrp[0] - t_foot_drp[0] + curr_transform[0]), (t_foot_wrp[1] - t_foot_drp[1] + curr_transform[1]), (t_foot_wrp[2] - t_foot_drp[2] + curr_transform[2])), ws = True)
Error:
unsupported operand type(s) for +: 'float' and 'tuple' #
Can anyone help me fix this please?
Thanks
Daniel