hi,
Im trying to align a CV of a curve(already created) to snap to an object.,
if it was for objects, I could use 'snap align'.
but
while im apllying to CVs,
i.e. select the CV, then select the object, then align., the whole curve is moving to the object.
but the goal is to move the selected CV.
I used the script as..
import maya.cmds as mc
mc.select(nurbsCircle1.cv[1],replace=True)
mc.select(pCube1,a=True)
mc.align(x='mid', y='mid', z='mid', alignToLead=True)
help me.!
greatful to U.