Pixipui
patreon
How to Hotkey CURVE visibility in Maya
🕑 Added 2021-04-06 12:39:31 +0000 UTCstring $activePanel = `getPanel -wf`;
if (`modelEditor -q -nurbsCurves $activePanel` == 1) {
modelEditor -e -nurbsCurves 0 $activePanel;
} else {
modelEditor -e -nurbsCurves 1 $activePanel;
}