Execution order of Python scripts...

I am wanting to write a script that takes place after a mesh has been displaced by a texture. Is there any way to get the locations of the verts of a mesh after it has been displaced? I know there are other scripts that can displace the mesh in the editor, but that isn’t really what I want yet. I want to track a verts location on a mesh that has a displacement map applied.

Thanks.

Matt

I really doubt it, because the displacement is done at render time [your script would be run before rendering…]