Hello!
Are there mel commands for panel specific menu items? I've checked the script editor but none are displayed.
For example, I would love to have a command/hotkey for "Graph Materials on Selected Objects".
Thanks!
turn echo all on.
hyperShadePanelGraphCommand("hyperShadePanel1", "graphMaterials");
if you want the total progression of commands used look into the core mel files.
Ah ha! Excellent!Thanks so much Joojaa!