Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 440 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 440 Bytes

RAW_TOOL_NAME

Template for a basic Qt tool in Maya

tool header image

Install

1. Download this package and unzip it in a good location 
    1.B (or git clone it directly if you have git installed)
2. Run installer.bat (will walk you through some options for install)
3. Restart Maya

Start the tool

  1. Run this script in a python tab in maya
import TOOL_NAME
TOOL_NAME.main()