Hi,
I have a normal subd as shown in the pic below. I moved one of its vertex in python as follows
vt = subdgeo.Vertices.Find(vtId)
vt.ControlNetPoint = newPt
When the operation finishs, the shape looks weird. But if I manually move other parts of the subd, it gets fixed automatically. I guess I am missing some clean up steps in the code. Can someone point me to the right direction?
Thanks,
v.
before

after

2 posts - 1 participant