No Lattice Vert Modification?

Hey All,

I am trying to modify the verts in a lattice somehow, I cannot get the NMesh of it and have no knowledge on where to go from there.

Can it be done, I have looked at all the properties of the object that ‘object = Blender.Object.Get(“lattice”)’ returns, I cannot access the data property at all.

print object.data

Traceback (most recent call last):
File “rot1-test”, line 69, in ?
File “…/modules/Blender/shadow.py”, line 156, in getattr
File “…/modules/Blender/shadow.py”, line 97, in _getattrEx
SystemError: unable to create Block for data

I don’t think there is a python interface for lattices

(and I also don’t think they work right in 2.26)

yeah… I finally got searching down to an art on this forum… and found another thread addressing this.

It sucks ;(… I really wish there were a way to modify the lattice mesh data.

Who do I send feature requests too? just hope some blender developer reads this thread ? :slight_smile:

whardier