Closed ramonfigueiredo closed 3 weeks ago
1) New menu on the Jobs data table (Menu: Views/Plugins > Monitor Jobs):
a) The user selects many jobs or a single job and plays them using the selected viewer!
b) The CueGUI opens all the layers of the selected jobs
that can be played and opens them in the selected player
Notes:
cuegui.yaml
file.2) New menu on the Layers data table (Menu: Views/Plugins > Monitor Jobs Details > First data table):
a) The user clicks twice in the job
to open the layers in the "Monitor Job Details" (Layers = first data table).
b) The user selects many layers or a single layer and plays them using the selected viewer!
c) The CueGUI opens all the selected layers
that can be played and opens them in the selected player
Notes:
3) New menu on the Frames data table (Menu: Views/Plugins > Monitor Jobs Details > Second data table):
a) The user clicks twice in the job
to open the layers
in the "Monitor Job Details" (Layers = Menu: Views/Plugins > Monitor Jobs Details > First data table).
b) The user clicks twice in the layer
to open the frames
in the "Monitor Job Details" (Frames = Menu: Views/Plugins > Monitor Jobs Details > Second data table).
c) The user selects many frames
or a single frame
and plays them using the selected viewer!
d) The CueGUI opens all the selected frames
and opens them in the selected player
Notes:
@DiegoTavares @lithorus FYI ...
Multiple jobs and frames visualization using multiple viewers are fixed!
Link the Issue(s) this Pull Request is related to. [cuegui] Cannot select and play multiple jobs and frames using viewers in OpenCue: https://github.com/AcademySoftwareFoundation/OpenCue/issues/1558
Summarize your change. This fixes the changes in PR: https://github.com/AcademySoftwareFoundation/OpenCue/pull/1513
cuegui.yaml
, optionsoutput_viewers
andoutput_viewer_direct_cmd_call
FrameMonitorTree_tests.py
>test_rightClickItem()
to ensure the job attribute is setThis change allows users to open multiple jobs (JobMonitorTree.py) and frames (FrameMonitorTree.py) using different configurable viewers. The option to open multiple layers (LayerMonitorTree.py) was working before and kept as it was.