At the meantime, check gumroad for maya scripts. There are plenty, free and paid.
Hey i keep getting an error on the simplepipe script and maybe i'm just doing something wrong, can u please confirm if it's working on your side?
u need to put the .mel files into the Maya script folder then call it or, just add SimplePipe; at the end of the script like this: ---------------------------------------------- window -edit -h 200 -w 265 $window;
Replies
I've got Simple Pipe and ZhCG tools.
At the meantime, check gumroad for maya scripts. There are plenty, free and paid.
Hey i keep getting an error on the simplepipe script and maybe i'm just doing something wrong, can u please confirm if it's working on your side?
----------------------------------------------
window -edit -h 200 -w 265 $window;
showWindow $window;
} <-- the end of Simple Pipe script
SimplePipe;
--------------------------------