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 ;).
TODO :
Nothing, this revision is just a base for the upcoming settings.
DONE :
- Frame by layer
- Finish the moving operators
- Render individual
- 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
