
Customising your main Maya window. Adding custom tools & menus
Blurb: When writing tools and scripts to Maya it is often useful to store them in an easy to access location that can also be added to with minimal effort, especially if the tools are important to your pipeline or are of regular use by the end user. This code snippet will show you how we can add a tearable custom drop down menu and also some custom icons that perform functions when clicked. Overview: Add the code that sets this up to your user_setup.py file or execute on Maya