Texture Connector is a tool for Autodesk Maya that automates the assignment and connection of textures to materials
- Download the project:
- Click the
<> Code
button on GitHub - Select the
Download ZIP
option to download the compressed file
- Click the
- Extract the ZIP file:
- Extract the downloaded ZIP file
- Move the files to Maya’s
scripts
folder:- Open the extracted folder named
texture-connector-master
- Copy the
texture_connector
folder into Maya’sscripts
directory- On Windows:
C:\Users\<YourUsername>\Documents\maya\scripts
- On macOS:
~/Documents/maya/scripts
- On Linux:
~/maya/scripts
- On Windows:
- Paste the
texture_connector
folder
- Open the extracted folder named
- Open the Script Editor in Maya
- Create a new Python tab
- Copy the following Python code
from texture_connector import TextureConnectorUI TextureConnectorUI.display()
- From the Script Editor main menu select File->Save Script to Shelf
This tool is compatible with the following versions of Maya and render engines:
- Maya 2022
- Maya 2023
- Maya 2024
- Maya 2025
- Arnold
- Redshift
- RenderMan
- V-Ray