Writer NRT additional input pins

i know this is something little that everyone can do himself but it would be cool if you can change that for the next release so that you dont have to copy and mess around with the modules…

writer nrt is extremly usefull but it would be cool if you can also specify the color format and final resolution via pins.

i mean i dont want to change the renderwindow exactly to the final picture size each time. and the texture node supports everything just add the io boxes…

good idea. I’ll do that :)
if there are any more suggestions we can implement them as well. If you want, you can also post the modified module here.

please go jannis’s way with the screenshot node, for antialiasing reasons…

antialiasing is done best with an double-sized output and then scaling down all images with a batch to half size. that antialiases very nicely but only if you don’t use wireframe objects. that can produce some problems…
So if you want a 1024x1024 output, render everything at 2048x2048. As speed and framerate are not an issue, it’s pretty okay to do it that way.
But a BatchScreenshot node would be cool, too.

you cant render videos bigger than the screen with the screenshot node, nor set another size than the render window is or include alpha channel… but the option to have it would be nice though…