This is the MEL Script to toggle your Nurb Curves
//
string $activePanel = `getPanel -wf`;
if (`modelEditor -q -nurbsCurves $activePanel` == 1) {
modelEditor -e -nurbsCurves 0 $activePanel;
} else {
modelEditor -e -nurbsCurves 1 $activePanel;
}
//
Here are some cool resources which I have come across in my own personal pursuit to become an animator which I thought could help others in theirs. :)
If you have any questions feel free to place them in the comment section below.
Feel free to check me out on Twitch: https://www.twitch.tv/ironcore1/
Download
0 formats
No download links available.
Useful 3D Animator Nurbs Curbs Toggle Script for Maya | NatokHD