stuh505
03-17-2009, 07:33 PM
There's a convenient way to assign a Post-Render script, but I'm not sure how to pass along relevant parameters to be handled by the script.
I'd like my post render script to create a text file with a corresponding file name that contains information about the rendered image. Parameters I would need are:
- file name of render output
- frame number
- camera being rendered
If there was only 1 camera in the scene, I could just use the global camera list, but it seems like there might be a more intelligent way to get this parameter that would work for a scene with multiple cameras. As far as getting the current frame number, or the file name of the render output, I just have no idea.
I'd like my post render script to create a text file with a corresponding file name that contains information about the rendered image. Parameters I would need are:
- file name of render output
- frame number
- camera being rendered
If there was only 1 camera in the scene, I could just use the global camera list, but it seems like there might be a more intelligent way to get this parameter that would work for a scene with multiple cameras. As far as getting the current frame number, or the file name of the render output, I just have no idea.
