Install Texelator Pro¶
Edition: Pro
Purchased package installation¶
- Download the purchased Texelator Pro ZIP package.
- Extract it to a stable, private folder that you will not move after installation.
- In Maya, drag the package
install.melinto the viewport. - The installer creates or updates a shelf button named Texelator Pro on
the current shelf. If no current shelf is available, it uses
Custom. - 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.