Set Camera Resolution

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
pixamoon's picture

`

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

remykonings's picture

Great!

Thank you very much :)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.