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]
Category: scripting
Python text texture generator
Hello there! Today I want to share with you a python script I wrote to generate random text textures! It's not for sure the best method to achieve this result, but it was funny to make (it's also pretty fast to execute.) I inserted some comments in the code to make it easy to understand … Continue reading Python text texture generator
[UE4] Editor raytracing for roof detection
Hi guys, I made a blueprint which I found useful to execute some automatic procedures with objects that are placed under a roof. This can be useful during an open world production where you have tons of objects and you don't want to rely on manual control on each of them. In a production situation, … Continue reading [UE4] Editor raytracing for roof detection
[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
[UE4] Analyzing your game textures streaming using Python and a CSV file
Hi guys, today I would like to share with you a python script I wrote to order a CSV extracted by the ListStreamingTextures command in Unreal Engine 4. I used this in Die Young production to analyze my streaming textures log, since the UE4 command just listed textures without caring about any order rule like … Continue reading [UE4] Analyzing your game textures streaming using Python and a CSV file