Hopefully you dont mind, but I made a fix for you so that it will work in 2015. The function for polybevel had different attr names that was causing errors. Also I added two lines in it to turn off the smooth display after finalize and to smooth out the normals after finalize. Code below. // a function to be called when…
Hello. This MEL code is great to render when you have problems (unable) to select which frames to render, however is there any way to stop the render view to keep popping in each rendered frame? global proc renderIt() { global string $fileName; global int $end; global int $sta; setAttr -type "string"…