OpenCue
OpenCue copied to clipboard
A render management system you can deploy for visual effects and animation productions.
**Describe the bug** RQD seems to install correctly however it doesn't run as expected. When I run `rqd` after install I get this output. ``` CRITICAL:root:Please run launch as root...
**Link the Issue(s) this Pull Request is related to.** This fixes https://github.com/AcademySoftwareFoundation/OpenCue/issues/242 **Summarize your change.** Added `FileSequence.FileSequence` class to parse filepaths. It is needed to properly support `io.FileSpec`
The previous version of this feature relied on a pre-defined limit for how much space needs to be available on the tmp directory. This posed a problem for non-homogeneous farms...
**Describe the bug** `run_integration_test.sh` [script](https://github.com/AcademySoftwareFoundation/OpenCue/blob/master/ci/run_integration_test.sh) fails causing CI pipeline to fail. **To Reproduce** Run the `run_integration_test.sh` script or initiate the packaging-pipeline workflow in Github Actions. **Expected behavior** Integration test script...
**Link the Issue(s) this Pull Request is related to.** Fixes https://github.com/AcademySoftwareFoundation/OpenCue/issues/1348 **Summarize your change.** S Added support for PySide6. Updated submitter to use `qtpy` instead of PySide2 directly. PySide2 is...
Rework the email template and remove imageworks email domains from EmailSupport. Company domains and CC emails can now be configured on opencue.properties.
## Feature request Add a new methods to the `show` api wrapper to allow archiving a show that has been inactive for a while. Example of the usage: ```python from...
When new columns got added a while back, what used to be a progress bar for memory used ended up becoming just the value for memory used. This PR also...
The output cmd call was not handling well all types of cmd formats. The cmd string needs to be passed as an array to be properly interpreted by subprocess.