In case this helps spark a thought for anybody:I'm wondering if this has to do with some kind of flipped normal or tangeant direction. So I checked... (more)
Hi -I'm running into a very weird behavior with normal map baking. See the image below.First the hipoly, lowpoly and tangeant space normal map so y... (more)
solved it -first found a clue... when I move a null that has a child under it, the script editor returns move -r -pcp # # #; (where # are the coord... (more)
Ok, I've been using maya for a long time and I've never seen this issue.Simply put : objects parented under a null no longer move when I move the n... (more)
I'm using maya 2013. In previous versions (maya 2011 in my case) it used to be possible to double the height of shelves, so they contained two rows... (more)
Does anybody know if and how the syntax of the formLayout command has changed between maya 2010 and 2013? In reading the formlayout documentation, ... (more)
thanks! That helps. But I'm looking at the node help right now and found .displaySmoothMesh, but the type is "enum", so I don't know what to specif... (more)
can that be done? Toggling the smooth mesh preview checkbox in a shape's attribute editor via a mel command?I can't find a command in the script ed... (more)
I found a way, if anyone needs. clunky but works.string $str = `system ("dir " + $filepath)`;string $date = `match "../../...." $str`;string $time... (more)
Is it possible to get a file's timestamp from within mel in windows?I'm using fileList to return lists of files, but can't find anything in the may... (more)
Reply to post