How to add render resolution presets automatically

How to add render resolution presets automatically

Anonymous
Not applicable
901 Views
1 Reply
Message 1 of 2

How to add render resolution presets automatically

Anonymous
Not applicable

Our project is being rendered at a non-standard resolution.  We would like to add our final resolution and two smaller working resolutions to those which are automatically available in the Render Settings drop-down menu.  We have them added as presets, which isn't exactly what we were hoping for.  We are working Windows.

 

Is there any way for us to add resolutions to the standard Maya list?

 

Thanks

0 Likes
902 Views
1 Reply
Reply (1)
Message 2 of 2

adenne
Advocate
Advocate

Create a file called :  userImageFormats.mel

 

In that file type   (adding your own names and resolutions) :

 

global string $gUserImageFormatData[] =
{
// name width height aspect ratio
// -----------------------------------------------

"Canon60DLandscape 3264 2448 1.33",
"Canon60DPortrait 2448 3264 0.75",


};

0 Likes