Skip to content

Install Texelator Pro

Edition: Pro

Purchased package installation

  1. Download the purchased Texelator Pro ZIP package.
  2. Extract it to a stable, private folder that you will not move after installation.
  3. In Maya, drag the package install.mel into the viewport.
  4. The installer creates or updates a shelf button named Texelator Pro on the current shelf. If no current shelf is available, it uses Custom.
  5. Click Texelator Pro to open the tool.

The installer loads TexelatorPro.py from the extracted package. Keep the package folder in place after installation.

Python console launch

import importlib
import TexelatorPro

importlib.reload(TexelatorPro)
TexelatorPro.show_ui()

Updating and removal

Extract the newer purchased package and run its install.mel again. The installer updates the matching Texelator Pro shelf button. To remove it, delete that shelf button manually and remove the extracted package only when it is no longer referenced by Maya.

Note

Core and Pro use separate shelf labels and Python module names, so both can be installed in the same Maya session.