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

I am getting the following error on windows: ``` Exception in thread Thread-120: Traceback (most recent call last): File "[...]\deploy\py37\lib\threading.py", line 926, in _bootstrap_inner self.run() File "[...]\deploy\py37\lib\site-packages\rqd-unknown-py3.7.egg\rqd\rqcore.py", line 540, in...

bug
good first issue
triaged

**Summarize your change.** Fixed MenuActions' frame.dropDepends bug which only dropped `FRAME_ON_FRAME` dependencies. The DependDoJdbc query only checks `pk_frame_depend_er` and returns empty list if none found, this does not drop any...

![image.png](https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/d37c89ac74804cdda5a130f35f2df8be~tplv-k3u1fbpfcp-watermark.image?)

bug

**Summarize your change.** - Add plugin for visualising job layers in a node graph. - Vendorise NodeGraphQt module for node graph. - Apply layer filter on frame tree on **single...

Usernames are currently stored in the database as strings, in tables that have user info attached: - `job` - `job_history` - `owner` - `comments` IMO users should be a first-class...

feature request
triaged

**Is your feature request related to a problem? Please describe.** OpenCue does not currently provide a method for managing user permissions within a deployment. Any users with access to the...

feature request
triaged

This is an experiment to optimize `FIND_JOBS_BY_SHOW` which is the heaviest query in our use-case. ## Environment / Test data - CentOS8 VM, Broadwell 24 cores, PostgreSQL13 1 instance -...

**Describe the process** Upgrade to a version of log4j which is not affected by the Log4Shell vulnerability.

process

Hello, I've been struggling with this for few days, I could not figure out why some jobs would never be able to start after being submitted. The jobs goes into...

bug

**Describe the bug** On this line https://github.com/AcademySoftwareFoundation/OpenCue/blob/fc0b509c4ec9773e2e8b3c0fdaacfa42a6d17400/rqd/rqd/rqutil.py#L113 It seems that there is a random grp id picked (20) ... I do not know if that id is a default id...

bug
triaged