Home Technical Talk

Maya 2017 anim picker

vertex
Offline / Send Message
Cooprb vertex

Hi guys!

Im new in wirte python scripts in maya ( it is usually in programming ) and this is my first "bigger" project. It's in still under development, but if anybody want to try or use it, it's avalible to download. The only required library is Tkinter, here is an installation video: https://youtu.be/F3XbeCPdStQ

The script in action: https://youtu.be/oRbnmKEgiE4

Download link: https://drive.google.com/open?id=0B4ekepNwLbUrV0kyOW4zbEdsREk

About the script

General Selpanel is an easy use selection panel for every kind of rig. It's for Maya, written in Python 2.7 and the gui is maded with the built in Tkinter library so not needed to install extra libraries just run the code and it's work.

Current features

- Draw and assing buttons to Maya object's

- Save and load selpanels

- Color picker for buttons

- Moveable buttons

- Put selected object's to zero position

- With shift+click you can select more object

Soon implemented features

- Scale buttons

- Change button color after drawing

- Rubber band selection of buttons

- Special button with selection set(select a group of object's)

- Load background

- Design update

- And more soon...


Button combinations:

- middle mouse button --> create rectangle

- right click --> move rectangle

- left click on rectangle --> select connected object in maya

Sign In or Register to comment.