Idris Miles
Idris Miles
I think the main time we will run into issues with this is when there have been non backwards compatible changes between cuebot and the client packages. In the case...
Hi @mrkataei I think the issue is with the command you're running, `python ./cueadmin/ ` will try to execute the toplevel `cueadmin` dir however the module is actually one level...
Yeah seems like it, I just tried a fresh virtual env and getting the same result as the CI. I have to a `pip install PySide2==5.11.2` and then `pip install...
Thanks for all the feedback! As I wrote this quite a while back I'm a bit hazy on some of the details and decisions made, I think I was attempting...
Some things to note with this PR.. I've updated the version of NodeGraphQt used as it provides some features which simplify the code here (for example the new built in...
Haven't looked too deeply into the requriements of `FileSequence` but another contender to throw into the mix might be https://gitlab.com/4degrees/clique . It's also a module that implements a class for...
setting `AMPAS_DATA_PATH` does not work for the `cmf` and `training` data. These are still hardcoded to: ```c++ #define FILEPATH ("/usr/local/include/rawtoaces/data/") ``` Would it be possible to allow these to use...
Hey there, I'll try refresh myself on this PR and update it. It's been a while since I've worked on OpenCue (changed job and using another render scheduler now), but...
I should add I'm running: - Python 3.7.16 - pypicloud 1.3.12