Hi Creative Crash folks!
Problem: I can't seem to render out an image sequence and maintain vector lines, the rendered images either show up as bitmap images or the files don't show up at all.
I am trying to render out an image sequence with the Maya Vector render, and I want the outputted image sequence to be in EPS format to maintain the vector quality. When I do a batch render of a single frame it works fine, vector is maintained. When I run an image sequence batch render in EPS format the script editor says that the sequence is rendering but the files never show up in the images folder.
Has anyone else come across this problem?
With my limited knowledge of scripting, I attempted to write a script that goes through the following steps:
- runs single frame batch render for current frame
- step forward one frame
- change file name prefix in render settings
- runs batch render for current frame
- repeat
The problem with this is that I need to have the script pause until the single frame is finished rendering, then step forward to the next frame, but I don't know how to do that.
Thanks in advance for any help you might be able to provide!
Nick