RS Checker Pattern#
About#
Creates a material with a custom checker pattern texture (texture map size is 1K).
Useful to check if UVs are properly unfolded, oriented and equal in size.
Example
Installation#
Compatibility#
Maya | 2019 | 2020 | 2022 | 2023 | 2024 | 2025 |
---|---|---|---|---|---|---|
✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
How to install#
-
Extract RS_Checker_Pattern.pyc from RS_ToolPack1_MAYAVERSION.zip (depending on your Maya Version)
-
Copy RS_Checker_Pattern.pyc and UVCheckerPattern_1K.tga to :
-
Launch / Restart Maya
-
In Maya, open a Python Tab in the Script Editor and execute :
Attention
Please make sure that there are no Space characters in front of each code line.
Interface#
Tool Menu#
Info
The Tool menu is located in the top right corner of the toolkit.
-
Up arrow closes all tabs
-
Down arrow opens all tabs
-
The icon opens a new window with information about the tool
Help Line#
- The Help Line, along the bottom left of the Maya user interface, provides a short description of tools and menu items when the cursor hovers over them.
Enable Help Line
- Go to Windows > UI Elements
- Check Help Line
Checker Pattern#
How to use