Hi!
I´m trying to get the lattice points positions to recreate a lattice deformer to another object.
I only find to get the position with pm.pointPosition('ffd1Lattice.pt[1][4][1])
Is there a better way to get / query all the positions of the lattice?
You can also iterate by getting lattice.pt[0:1][iteration]
I was making a blendshape that would skew each row. And I had code that was a little bit like this:
(If you want each U row, you’ll have to adapt this. I don’t know how to slice in that direction.)