Three Helpful Maya Trips and Tricks
Ever since I started using Maya I’ve come across a few trouble
spots while working. Here are a few tips and tricks I’ve learned to fix
these trouble spots
(1.) Namespace issue while importing:
Ever notice when you import a scene into Maya how the file name is
applied as a prefix to all nodes? That always annoyed the heck out of
me. Here’s a helpful blog post found an a ridiculously helpful website
called
Here’s the blog post that explains how to fix the namespace issue in Maya 2012:
(2.) Error: setParent: object ‘renderView’ not found
When trying to open the render view window you get this error that
says it’s missing and won’t open. You can fix it by using this Mel
script I found on a really helpful blog post at http://3dg.me/3d-graphics/maya/fix-for-maya-2012-error-setparent-object-renderview-not-found
$exists=0;
for...