moving texture vertices with mesh

Hi
can I move the texture vertices together with the mesh vertices?

I need to adjust slightly a small part of the mesh and want to avoid texture distortion.

Thanks Michael

If by texture vertices you mean uv map, no. Once you have adjusted the mesh you will then have to adjust the uv map for that area.

Hi,

I think the UV map would only be affected if you were to change the topology by adding or deleting vertices. It should be ok if you just want to push existing vertices around.

You are right that the uv map will stay the same. Which is why moving mesh vertices around will cause texture distortion.