ScriptSpot

Forum topic · Scripts Wanted

Set Camera Resolution

By remykonings · 2018-08-13

Description

Hi there :)

I am looking for a script that i can attach to a button, which sets the resolution of my Output size to: 4500x2700

Thank you :)

Comments (2)

`

pixamoon · 2018-08-18

Hi,

Here is simple script to set render resolution.


RenderWidth = 4500
RenderHeight = 2700
renderSceneDialog.update()

To add it as a toolbar button: Select those 3 lines of code and drag and drop on max toolbar (between other buttons).

Best,
Pixamoon

Great!

remykonings · 2018-08-19

Thank you very much :)