Skip to content

Support resolutions with a different aspect ratio than the data window #2400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sebastienblor
Copy link
Collaborator

Changes proposed in this pull request
We receive render resolution through 2 different ways : a "resolution" render setting and the dataWindow's widht & height.
In general, they are both identical, but in the case of Solaris clone render, they can be different. We get a default 1920x1080 data window resolution, but with the resolution specified in the render settings.
In that case, we still need to render for the data window resolution (that's the size of the output buffers that need to be filled), but the image will then be modified to be in the render settings resolution. The only solution is to adjust the pixel aspect ratio in that case, so that we get the expected result.

Setting this PR as a draft until we confirm that we want to go ahead with that fix

Issues fixed in this pull request
Fixes HTOA-2793

Additional context
Add any other context or screenshots about the pull request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant