AD Tweak Controller Tool v1.0
⚠️ Compatibility Notice
Please note: This tool was developed using Python 2 and is currently compatible only with Maya 2020 or earlier. A Python 3-compatible version is in development. Thank you for your patience and understanding!
🎯 Overview
Are you an animator or rigger struggling with mesh deformation when posing your character?
Thinking about adding a secondary controller on top of your main rig to fine-tune poses?
This tool was built exactly for that! It provides a simple, intuitive way to create and set up secondary controllers. It is perfect for customizing your rig with minimal hassle.
📺 Check out the demo and tutorial here:
📦 Version
1.0 - 10 Nov 2020 - Initial release
🛠️ Installation & Usage
1. Copy Required Files
-
Icons:
Copy the contents of thead_iconsfolder to your Maya icons directory:C:\Users\YourName\Documents\maya\\prefs\icons -
Scripts:
Copy thead_scriptsfolder to your Maya scripts directory:C:\Users\YourName\Documents\maya\\scripts
2. Add Shelf Button (Optional)
Paste the following code into Maya’s Python Script Editor to create a shelf button:
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_tweak.png",
label='Tweak Controller',
command="import ad_tweak_controller as at\nreload(at)\nat.ad_show_ui()",
overlayLabelBackColor=(0, 0, 0, 0),
overlayLabelColor=(0.9, 0.9, 0.9)
)Or you can watch the demo on this link:
http://projects.adiendendra.com/ad-tweak-controller-usage/
📜 Terms of Use
Licenses are limited to a single user. For multi-user licensing or other inquiries, please contact:
📧 adprojects.animation@gmail.com
📧 hello@adiendendra.co