Community
Maya Forum
Welcome to Autodesk’s Maya Forums. Share your knowledge, ask questions, and explore popular Maya topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Last op in stack

0 REPLIES 0
Reply
Message 1 of 1
AlanEddie
236 Views, 0 Replies

Last op in stack

For the hardcore Softimage users.. .wrote this script to hotkey, it loads the attribute editor 

focussed on the last operator applied... which I prefer using to channel box. 

Depends on context, but if u apply for example an extrude, it will load that page... 

 

//==========================
global proc aed_LastOpInStack(){

string $his[] = `listHistory -leaf true`; //show history of shape node.

if( size($his)>1 ){
showEditorExact($his[1]);
}
else{
error "can't find last operator in stack.";
}


}

//==========================

Alan Eddie
___________________
3d Animation/f/x /Design / Scripting
alaneddie.com
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report