I was trying to render out some stuff where I was splitting out the alpha. Which creates a new file with just the Alpha data in it. Only problem was it wasn’t showing up in the output folder, just the main output file. So I went looking through the log for clues and found.
0: INFO: Lightning: writing output to temp file: C:\Users\Person\AppData\Local\Temp\tasktest0000.tga
0: INFO: Lightning: Saved image to \Server\Output\tasktest0000.tga
So it looks like the lightning plugin is actually doing the saving and then copying the file over later…but it obviously doesn’t handle alpha’s. I looked in that temp file and sure enough there were all my alpha files. Can anything be done about this? Out of curiosity why does the lighting plugin handle the file saving anyway?
Jeff