AD Create Controller
π§° Description
This tool provides a graphical user interface (GUI) for customizing and creating controllers in Maya. It offers users flexible input handling and streamlined access to core functionality.
π Usage Instructions
1. Setup
Before launching the tool, follow these steps:
-
Copy Icons
Move the contents of thead_iconsdirectory into your Maya icons folder:C:\Users\YourName\Documents\maya\\prefs\icons -
Copy Scripts
Move thead_scriptsdirectory into your Maya scripts folder:C:\Users\YourName\Documents\maya\\scripts
2. Load the Shelf
- Open Maya and click the gear icon in the top-left corner.
- Select Load Shelf, then browse to and load the
Adienshelf file
π Running the Tool
You can launch the tool using either of the following methods:
Option 1: Add Shelf Button via Script
Paste the following code into Maya's Python Script Editor:
import maya.cmds as mc
ad = 'Adien'
if mc.shelfLayout(ad, exists=True):
mc.deleteUI(ad)
mc.shelfLayout(ad, parent="ShelfLayout")
mc.shelfButton(
image="ad_icons/ad_ctrl_icon.png",
label='Create Controller',
command="from ad_scripts import ad_controller as ac\nac.ad_show_ui()",
overlayLabelBackColor=(0, 0, 0, 0),
overlayLabelColor=(0.9, 0.9, 0.9)
)Option 2: Direct Launch
Run this command in Maya's Python tab:
from ad_scripts import ad_controller as ac
ac.ad_show_ui()π₯ Video Tutorial
π¦Version History:
0.0 - 18 Oct 2020 -Β Initial release
1.0 - 18 Oct 2022 - Support Python 3 for Maya 2022
π Terms of Use
Licenses are valid for a single user. For multi-user licensing or inquiries, please contact:
π§ adprojects.animation@gmail.com
π§ hello@adiendendra.co
Add to wishlist
Ratings
(2 ratings)
2
3
5 stars
50%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
50%