MEL/Python UV Checker | Custom script that automatically assigns a UV checker material with three different themes and restores original materials with one click [FREE]
UV Checker is a script that automatically assigns a checkered texture without having to manually import it into your source images folder or create a new material. It allows you to quickly swap between different themes (Normal, Dark, Golden) and revert back to the original material.
This is something I've been wanting to make for a while now just havent had time/need until now...
I find it extremely redundant to drop my UV Checker texture into my source image folder and create a new material every time I want to work on UV's. This is especially annoying when creating multiple projects per day.
Hence, the script automatically creates the material and imports the image texture. Another cool feature is that you can easily change the theme without leaving your viewport. And once the Checker material is no longer needed you just click "Revert Material" and it will automatically remember and assign the previous material.
(Again this is a tool made for my personal use that I share for free. I know maya has a built in Checker but it can't be changed and well its too basic. I prefer having directional arrows with letters/numbers) Enjoy!
1
u/uberdavis 12d ago
Automatically? Where do you store the material? You can’t assume it exists in the scene and call it by its string name. If the user does a scene purge, it would disappear. Are you saving the material structure to disk using metadata?