I'm actually creating a script using the surfaceSampler function... It worked very well during to last days, and this morning I obtain a stupid error, and impossible to know what it means! T_T.... if someone knows what means : // Error: line 1: image has unsupported number of bytes per channel: 255 // // Error: line 1:…
I don't really know where I can put that stuff... Because there is not really Mel script section on Polycount... Anyway, I recently had some problems with the basic Save option on maya 2008 with Vista... Sometimes it crashes Maya and kill my *.ma file... Then some lines for preventing of this stupid error... - First…
yop, you right, it does that only with ma file.... Anyway, I stoped for long time to understand stupidity of Vista or Maya by the same way... I did some modifcations to my script, now it detects if your working with ma or mb gfile :) : global proc SAMA_SaveMeCorrectly () { string $fileName = `file -q -sn -shn`; string…
Oooh this sounds familiar. Do you have this crash with .ma files, but not with .mb files? I had the same problem recently, drove me nuts. On the bright side, usually the .ma becomes empty (!) but the temp file created in the same folder has the file contents in it. By the way ... if you bring up the 'open file' dialog,…
It looks like the problem is the mapOutput flag. Apparently it's just that the string is case sensitive. If you type in 'normal' instead of 'Normal' it should write it out fine.