Texture Connector is a tool for Autodesk Maya that automates the assignment and connection of textures to materials
- Download the project:
- Click the
<> Codebutton on GitHub - Select the
Download ZIPoption to download the compressed file
- Click the
- Extract the ZIP file:
- Extract the downloaded ZIP file
- Move the files to Maya’s
scriptsfolder:- Open the extracted folder named
texture-connector-master - Copy the
texture_connectorfolder into Maya’sscriptsdirectory- On Windows:
C:\Users\<YourUsername>\Documents\maya\scripts - On macOS:
~/Documents/maya/scripts - On Linux:
~/maya/scripts
- On Windows:
- Paste the
texture_connectorfolder
- 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
