Script CurveWarp deformer

Script CurveWarp deformer

Anonymous
Not applicable
1,481 Views
2 Replies
Message 1 of 3

Script CurveWarp deformer

Anonymous
Not applicable

Hi guys, how can i script in python a curveWarp deformer command? I need it to achieve a simulation in Maya and i need to deform an object along the length of a curve.

0 Likes
Accepted solutions (1)
1,482 Views
2 Replies
Replies (2)
Message 2 of 3

rajasekaransurjen
Collaborator
Collaborator
Accepted solution

Hi,

This will help.

 

 

import maya.cmds as cmds
cmds.createCurveWarp('polygonName','curveName')

 

Best regards,
Rajasekaran Surjen.

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thanks Raja! That's what i was looking for!

 

0 Likes