Here is a prototype of a render queue. It is useful to render multiples cameras automatically. It is based on a new structure : RenderQueue, that contain camera, frame, and other things. The idea is then to allow the user to choose overridable settings for each render queued (ex exposure, resolution, sampling, etc).
I would like to receive feedbacks/reviews about the ui and the ux; and also on code itself ;).
{F10141758}
TODO :
Nothing, this revision is just a base for the upcoming settings.
DONE :
[x] Frame by layer
[x] Finish the moving operators
[x] Render individual
[x] Show render status (actually in console)
ABANDONED ( further implementations, to be discussed ) :
- Resolution by layer
- Switch to render layer
- Exposure by layer
> Note : This patch is now open for review