You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_docs/reference/CueGUI-app.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,30 +62,36 @@ CueGUI provides convenient copy buttons to quickly copy job, layer, and frame na
62
62
63
63
To copy a job name to the clipboard, right-click on a job in the *Monitor Jobs* view and select **Copy Job Name**. The exact job name will be copied to your clipboard.
64
64
65
-

65
+

66
66
67
67
### Copying layer names
68
68
69
69
To copy a layer name, right-click on a layer in the job details view and select **Copy Layer Name**. This copies the layer name to your clipboard.
70
70
71
-

71
+

72
72
73
73
### Copying frame names
74
74
75
75
To copy a frame name, right-click on a frame in the frame list and select **Copy Frame Name**. The frame name will be copied to your clipboard.
76
76
77
-

77
+

78
78
79
79
All copy buttons use the same icon as the "Copy Log Path" feature for visual consistency. When multiple items are selected, all selected names will be copied to the clipboard separated by spaces.
80
80
81
-
## Managing frames
81
+
## Managing frames and jobs
82
82
83
-
To manage frames, select one of the following:
83
+
The Monitor Jobs toolbar provides action buttons for managing jobs and frames:
84
84
85
-
***Retry** - Retrying a frame stops rendering and retries the frame on
86
-
another proc.
87
-
***Eat** - Eating a frame stops rendering and doesn't try to continue
88
-
processing the frame.
85
+
***Eat Dead Frames** - Eats all dead frames for selected jobs to free scheduling resources. Eating a frame stops rendering and marks it as complete without retrying.
86
+
***Retry Dead Frames** - Retries all dead frames for selected jobs. Retrying requeues failed frames to run again.
87
+
***Kill Jobs** - Kill selected jobs and their running frames. Stops all processing for the selected jobs.
88
+
***Pause Jobs** - Pause selected job. No new frames will start on paused jobs.
Copy file name to clipboardExpand all lines: docs/_docs/user-guides/cuetopia-monitoring-guide.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This guide provides comprehensive documentation for Cuetopia, which includes the
33
33
34
34
The Monitor Jobs plugin is the primary interface for monitoring active and completed render jobs. It provides a comprehensive overview of all jobs with real-time status updates.
35
35
36
-

36
+

37
37
38
38
### Interface Components
39
39
@@ -63,15 +63,17 @@ The toolbar contains the following controls from left to right:
63
63
- Groups jobs with dependencies together
64
64
- Shows parent-child relationships in the tree view
65
65
66
-
7.**Action Buttons** (from left to right):
67
-
-**Finished** (eject icon): Removes all finished jobs from monitoring
68
-
-**All** (eject icon): Clears all jobs from the monitor
69
-
-**Selected** (eject icon): Removes selected jobs
70
-
-**Eat** (pac-man icon): Eats all dead frames in selected jobs
71
-
-**Retry** (circular arrow): Retries all dead frames in selected jobs
72
-
-**Kill** (X icon): Kills selected jobs
73
-
-**Pause** (pause icon): Pauses selected jobs
74
-
-**Unpause** (play icon): Resumes selected paused jobs
66
+
7.**Unmonitor Dropdown**: A dropdown menu with options to remove jobs from monitoring:
67
+
-**All Jobs**: Clears all jobs from the monitor
68
+
-**Finished Jobs**: Removes all finished jobs from monitoring
69
+
-**Selected Jobs**: Removes selected jobs
70
+
71
+
8.**Action Buttons** (from left to right):
72
+
-**Eat Dead Frames** (pac-man icon): Eats all dead frames for selected jobs to free scheduling resources
73
+
-**Retry Dead Frames** (circular arrow): Retries all dead frames for selected jobs
74
+
-**Kill Jobs** (X icon): Kill selected jobs and their running frames
75
+
-**Pause Jobs** (pause icon): Pause selected job
76
+
-**Unpause Jobs** (play icon): Unpause selected jobs
75
77
76
78
### Job Table Columns
77
79
@@ -139,7 +141,7 @@ Right-clicking on a job provides these actions:
139
141
140
142
The Monitor Job Details plugin provides detailed information about a selected job's layers and frames. It can be opened manually from the menu or appears automatically when you double-click a job in the Monitor Jobs view.
Copy file name to clipboardExpand all lines: docs/_docs/user-guides/monitoring-jobs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ The OS filter allows you to filter hosts based on their operating system:
157
157
4. The host list updates to show only hosts matching the selected OS values
158
158
5. Use the **Clear** option to remove all OS filters
159
159
160
-

160
+

161
161
162
162
The OS filter list dynamically updates based on the operating systems detected in your host environment. When you first open CueCommander, the filter displays "Not Loaded" to indicate that host data hasn't been retrieved yet. Once hosts are loaded, the filter automatically populates with the actual OS values found in your system.
0 commit comments