tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.3k stars 186 forks source link

Feature/ An Operator to visualize the UV map of a mesh #415

Closed newemka closed 1 month ago

newemka commented 2 months ago

It's based on [BlendMeshVertices], but instead of blending from one mesh to an other it blends from the mesh to its UV coordinates.

While testing it on [CylinderMesh] it helped to see that all its UV islands were not inside the UV map area then I managed to edit CylinderMesh.CS in order to fix this.

This video describes a use case and shows [CylinderMesh] UV map: https://github.com/tooll3/t3/assets/3755089/31855c9c-d570-4bc7-aa9d-45a8fcf5a825

Here is the corrected UV map for [CylinderMesh] CynlinderMeshUVs

pixtur commented 1 month ago

Great contribution! Very helpful as a debugging tool.