Skip to content
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

OpenGL rendering command line flag #810

Merged
merged 2 commits into from
Jun 28, 2022
Merged

OpenGL rendering command line flag #810

merged 2 commits into from
Jun 28, 2022

Conversation

YakoYakoYokuYoku
Copy link
Member

@YakoYakoYokuYoku YakoYakoYokuYoku commented Jun 18, 2022

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. Additionally, make sure you've done all of these things:

PR Description

What type of PR is this? (Check one of the boxes below)

  • New feature (non-breaking change which adds functionality)

What does this pull request do?

Natron needs a way to enable OpenGL through the CLI when plugins want to use rendering. Currently this could be done with --setting enableOpenGLRendering="<option>" but this is a bit lengthy and it's better to alias it to a --opengl choice flag. Also a warning is printed and Natron exits when a plugin requires OpenGL but is disabled.

Show a few screenshots (if this is a visual change)

N/A.

Have you tested your changes (if applicable)? If so, how?

By building and running NatronRenderer with --opengl enabled and --opengl disabled.

Futher details of this pull request

Supersedes #801. Fixes #779.

@YakoYakoYokuYoku YakoYakoYokuYoku merged commit a600f5a into RB-2.5 Jun 28, 2022
@YakoYakoYokuYoku YakoYakoYokuYoku deleted the opengl-flag branch June 28, 2022 17:19
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.

(Bug): check why OpenGL rendering is disabled in NatronRenderer
2 participants