Re: [Maya-Python] Wrap deformer connection

2015-12-06 Thread Mahmoodreza Aarabi
Use http://markdown-here.com/ for highlighting your code in group it will be show your code better :) On Sun, Dec 6, 2015 at 11:45 AM, Mahmoodreza Aarabi wrote: > Hey > did you use cmds.connectAttr command? > ​ > > On Sat, Dec 5, 2015 at 10:05 PM, wrote: > >> Can anyone tell me how to connect a

Re: [Maya-Python] Wrap deformer connection

2015-12-06 Thread Mahmoodreza Aarabi
Hey did you use cmds.connectAttr command? ​ On Sat, Dec 5, 2015 at 10:05 PM, wrote: > Can anyone tell me how to connect a wrap deformer. > I have a full body where all the shape going to be connected and then need > to wrap my cut head to the full body and extract those shape. > > > > ### >

[Maya-Python] Wrap deformer connection

2015-12-05 Thread DDrigger1
Can anyone tell me how to connect a wrap deformer. I have a full body where all the shape going to be connected and then need to wrap my cut head to the full body and extract those shape. ### import maya.cmds as cmds cmds.blendShape( 'BS_Happy', 'BS_Sad', 'BS_newNeutral', 'BaseMesh' ) cm