-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Rendering Headless with prman #1926
Comments
Filed as internal issue #USD-7462 |
usdrecord currently requires an OpenGL context to run, although we're close to removing that requirement (for non-GPU renderers like Prman). I'm not sure what's going on with the "qt" error messages, but I'm guessing when we're initializing GL we're generating those errors when we fail to create a context? |
Just ran into this myself, has there been any update since July? |
pixar-oss
pushed a commit
that referenced
this issue
Nov 1, 2022
…when generating images. This mode is enabled by passing the "--disableGpu" option to the usdrecord.py script. The GPU is enabled by default. If no renderer is specified, an appropriate default will be chosen depending on whether the GPU is enabled or not. Additionally, disabling the GPU will prevent the HdxTaskController from creating any tasks that require it. In particular, this means that color correction is disabled when the GPU is disabled. A warning to this effect will be emitted if color correction is requested in this case. Fixes #1926 (Internal change: 2251239) (Internal change: 2251338)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to headless render a usd-file with the prman plugin using usdrecord:
Is that even possible? And how could it be done?
The text was updated successfully, but these errors were encountered: