File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ $1Commands$0
40
40
$1render$0 start the render queue
41
41
$1clean$0 remove finished orders
42
42
$1redo$0 reset an order so it can go again
43
+ $1delete$0 delete an order immediately
43
44
$1targets$0 view and add Blender targets
44
45
45
46
$1help$0 print this message and others
@@ -65,6 +66,15 @@ $1Hard$0
65
66
$1--hard$0
66
67
67
68
Removes $1all$0 orders, regardless of status.
69
+ `
70
+ case "delete" :
71
+ return `
72
+ Delete instantly removes a specific order from the queue.
73
+
74
+ $1Redo Usage$0
75
+ ----------
76
+
77
+ $1delete [name]$0
68
78
`
69
79
case "init" :
70
80
return `
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ $1Commands$0
12
12
$1render$0 start the render queue
13
13
$1clean$0 remove finished orders
14
14
$1redo$0 reset an order so it can go again
15
+ $1delete$0 delete an order immediately
15
16
$1targets$0 view and add Blender targets
16
17
17
18
$1help$0 print this message and others
Original file line number Diff line number Diff line change
1
+ Delete instantly removes a specific order from the queue.
2
+
3
+ $1Redo Usage$0
4
+ ----------
5
+
6
+ $1delete [name]$0
You can’t perform that action at this time.
0 commit comments