Hello! I started working on a tool for Maya that will store positions into vertices UVs. If you think "what's it for?" well, you could use it for a lot of shader operations in game engines, especially vertex shader operations. I will show something using this when it's finished. This article will go through the … Continue reading [Maya-Python]UV Pivot Tool [Part 1]
Tag: maya
[Maya – Python] Transfer Attributes sequentially with UI
Hi guys, today I would like to share with you a script that I found useful in many situations, for instance when you model a mesh and start placing all over the scene, remembering just in the end that you didn't have UVs on that. We can solve this problem using the Transfer Attribute tool, … Continue reading [Maya – Python] Transfer Attributes sequentially with UI