OpenCue icon indicating copy to clipboard operation
OpenCue copied to clipboard

A render management system you can deploy for visual effects and animation productions.

Results 239 OpenCue issues
Sort by recently updated
recently updated
newest added

hi , i run this command for build gradle [root@localhost opencue]# docker build -t ./cuebot -f cuebot/Dockerfile . and run successfully run until step 8 and show this error STEP...

bug

**Describe the enhancement** Update OpenCue to support generating and publishing API reference docs for the various Python packages and modules, starting with the outline package. I propose we adopt the...

enhancement
docs
triaged

**Describe the enhancement** `demo_data.sql` is misleadingly named, as it actually contains some data which is needed for OpenCue to function at all. Our docs mention populating the database with this...

enhancement
triaged

Cuebot will call `emailSupport.sendShutdownEmail()` when all frames finished successfully, or some of frames finished successfully. But, doesn't call it when all frames died. Is it expected behavior?

bug

The Email setup on CueUtil.java isn't working on Docker environments. To fix that I had to replace the package mailapi by javax.mail:1.6.2 on build.gradle. And I also had to use...

bug
triaged

**Summarize your change.** When the service is under heavy load, HostReports start to take a long time to be processed. The hostReports were organized in a simple queue, which caused...

**Link the Issue(s) this Pull Request is related to.** Users using the LogView were experiencing slowness on all opened widget when big log files were being streamed. **Summarize your change.**...

Fix service override delete and update operations - Implements ServiceOverride wrapper class in pycue - Fixes handling of ServiceOverride objects in the GUI - Resolves bug in cuebot that incorrectly...

Add option to change between them from the menu. # Original ![orginal](https://user-images.githubusercontent.com/285658/99888111-064b6480-2c42-11eb-99c6-375a8df4e09e.jpg) # New Dark Theme ![dark](https://user-images.githubusercontent.com/285658/99888121-13685380-2c42-11eb-986a-2534d46ac279.jpg) # Darkblue ![darkblue](https://user-images.githubusercontent.com/285658/99888123-1cf1bb80-2c42-11eb-8add-8b39379b3254.jpg) # Rainbow ![rainbow](https://user-images.githubusercontent.com/285658/99888126-23803300-2c42-11eb-8322-1a5a18a1807c.jpg) # light ![light](https://user-images.githubusercontent.com/285658/99888132-2bd86e00-2c42-11eb-98ef-13fa80b076fb.jpg) # Light Pink ![light_pink](https://user-images.githubusercontent.com/285658/99888136-35fa6c80-2c42-11eb-9883-4d9b30562012.jpg)...

**Describe the enhancement** Add more color theme options and make it easy to switch between them.

enhancement