Updating UVs of cloned mesh

Updating the UV of the cloned mesh updates the original mesh as well. Any ideas why?

calling mesh.makeGeometryUnique() after the clone should ensure that the buffers are not shared so you could deal with them separately.

1 Like

Awesome, thank you!

1 Like