OpenCue
OpenCue copied to clipboard
A render management system you can deploy for visual effects and animation productions.
**Link the Issue(s) this Pull Request is related to.** https://github.com/AcademySoftwareFoundation/OpenCue/issues/772 **Summarize your change.** The first draft of the azure plugin implementation for the cloud API. Current supports : 1. Listing...
Running datetime.datetime.now() in a Python process under RQD gives me Pacific time.
Cuebot sends email in a variety of situations e.g. job completion, job failure. Some of code hardcodes SPI-specific things like imageworks email addresses, and other code assumes all users use...
**Describe the bug** I have been seeing a significant number of instances of deadlock being detected when adding new jobs to OpenCue. This is blocking roughly one out of every...
**Describe the bug** We have noticed that nested groups that each have 200+ jobs causes the gui to be unresponsive. For shows that have 1000+ jobs, adding it to the...
**Describe the bug** This is a scalability issue. Whenever a new cuebot is added to the pool, one of two things need to happen to have existing rqds to connect...
**Describe the bug** CueGUI Docker builds fail to run tests due to an `xvfb-run` error: ``` /usr/bin/xvfb-run: line 181: 24 Segmentation fault DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1 ``` This is happening...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
**Is your feature request related to a problem? Please describe.** Installing and running the various Python components within OpenCue (CueGUI, RQD, etc.) is much harder than it needs to be....
Logic seems SPI specific, remove it from the opensource. Closes #548