Message 1 of 2
AEfileTemplate.mel

Not applicable
06-05-2017
01:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anyone give me an unchanged AEfileTemplate.mel for Maya 2017 update 3, Windows 64bit? I messed around with it because a lambert I applied was not rendering on an object and I was given a solution....only now I continuously get syntax errors. I don't know that much python but I tried everything I knew to fix it myself. I just need a new, vanilla copy or for someone to correct these lines:
string $currFile = `getAttr $ftn`; if ($currFile != "") { int $i; string $allTextures[] = `ls -typ file`; mentalrayTexture`; // this loop is needed to guarantee all texture nodes who // reference this file gets updated. for ($i = 0; $i < size($allTextures); $i++) { string $ithFile = `getAttr ($allTextures[$i] + ".ftn")`;
Thanks.