Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I'm making a small script where when I right click on the button it should show me the list of materails in maya sceneand I can directly apply from it.
window;
columnLayout;
symbolButton -image "commandButton.png" -c "()" ;
popupMenu;
menuItem;
showWindow;
Solved! Go to Solution.