I am looking for a way to call the built in maya wrap deformer using python. (maya 2013, linux)
I tried :
maya.cmds.deformer( type = 'wrap')
but this creates an empty deformer -- I couldn't find out how to add the source and target to this command .... any ideas ? I have the source and target objects selected before calling this command ....