// ============================= // Toggle wireframe on shaded // ============================= global proc toggleWireframeOnShaded() { string $currentPanel = `getPanel -withFocus`; $wireView = ( 1 - `modelEditor -q -wos $currentPanel` ); modelEditor -e -wos $wireView $currentPanel; }