JustPaste.it Share text & images the easy way

string $activePanel = `getPanel -wf`; if (`modelEditor -q -nurbsCurves $activePanel` == 1) { modelEditor -e -nurbsCurves 0 $activePanel; } else { modelEditor -e -nurbsCurves 1 $activePanel; }