Profile PictureAdien Dendra
$5

AD Tweak Controller Tool v1.0

1 rating
Add to cart

AD Tweak Controller Tool v1.0

1 rating

PLEASE NOTE, AS IT'S DEVELOPED IN PYTHON 2, THIS TOOL ONLY WORK IN MAYA 2020 OR BELOW VERSION CURRENTLY I WILL MIGRATE IT TO PYTHON 3 SOON, SORRY FOR THE INCONVENIENCE!

Are you an animator or rigger that has problems with the mesh when making a character pose?! And thinking to create the secondary controller on top of your main rig?! So this tool can create the secondary controller! A simple tool that easily sets up the controller. I guess you may need to have this tool for customizing your own rig. So find out this link below for the demo and tutorial:

Version:

1.0 | 10 November 2020 | Initial release

Usage:

  • Before you run the tool, you have to drop the icons in ‘ad_icons’ directory into your Maya icon folder. Normally it creates default in this path :

C:\Users\Your Name \Documents\maya\version\prefs\icons

  • Drop the script inside ‘ad_scripts’ directory into your Maya script directory :

C:\Users\Your Name\Documents\maya\version\scripts

You have to continue run this code below in Maya python script editor:

import maya.cmds as mc
ad = 'Adien'
mc.shelfLayout(ad, ex=1)
if mc.shelfLayout(ad, ex=1):
       mc.deleteUI(ad)
mc.shelfLayout(ad, p="ShelfLayout")
mc.shelfButton(image="ad_tweak.png", l='Tweak Controller', command="import ad_tweak_controller as at \nreload(at) \nat.ad_show_ui()", olb=(0, 0, 0, 0), olc=(.9, .9, .9))

Or you can follow to this link:

http://projects.adiendendra.com/ad-tweak-controller-usage/

Terms of use:

Licenses are limited to a single user. If you have users more than those number please contact me at :

adprojects.animation@gmail.com or hello@adiendendra.com

Add to cart
Copy product URL

Ratings

5
(1 rating)
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%